* add back getting started page * decollapse getting started guide * update style * remove quickstart files scss file * lint * assets * update links * update links * update links * update links * update link
2.3 KiB
title_tag, meta_desc, title, h1, weight, menu, aliases
title_tag | meta_desc | title | h1 | weight | menu | aliases | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Before You Begin | Kubernetes | This page provides an overview on how to get started with Pulumi when starting an Kubernetes project. | Before you begin | Pulumi & Kubernetes: Before you begin | 2 |
|
|
Before we get started using Pulumi, let's run through a few quick steps to ensure our environment is setup correctly.
Install Pulumi
{{< install-pulumi >}} {{% notes "info" %}} All Windows examples in this tutorial assume you are running in PowerShell. {{% /notes %}} {{< /install-pulumi >}}
Next, we'll install the required language runtime.
Install Language Runtime
Choose Your Language
{{< chooser language "javascript,typescript,python,go,csharp,java,yaml" / >}}
{{% choosable language "javascript,typescript" %}} {{< install-node >}} {{% /choosable %}}
{{% choosable language python %}} {{< install-python >}} {{% /choosable %}}
{{% choosable language go %}} {{< install-go >}} {{% /choosable %}}
{{% choosable language "csharp,fsharp,visualbasic" %}} {{< install-dotnet >}} {{% /choosable %}}
{{% choosable language java %}} {{< install-java >}} {{% /choosable %}}
{{% choosable language yaml %}} {{< install-yaml >}} {{% /choosable %}}
Next, we'll configure Kubernetes.
Configure Kubernetes
Configure Kubernetes so the Pulumi CLI can connect to a Kubernetes cluster. If you have previously configured the kubectl CLI, kubectl
, Pulumi will respect and use your configuration settings. Depending on the approach you choose, you may need to apply some of the configuation after creating your project and stack in the next step.
Next, we'll create a new Pulumi project.
{{< get-started-stepper >}}