Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kubernetes templates have awkward names #584

Open
lukehoban opened this issue May 18, 2023 · 0 comments
Open

Kubernetes templates have awkward names #584

lukehoban opened this issue May 18, 2023 · 0 comments
Labels
kind/enhancement Improvements or new features

Comments

@lukehoban
Copy link
Member

I was trying to create a simple Kubernetes template with pulumi new - the results intermix two kinds of templates:

  1. Templates that deploy Kubernetes resources
  2. Templates that deploy Kubernets clusters

It's hard to interpret which is which from the list.

It feels like the cluster ones should have cluster in the title. Like kubernetes-cluster-aws-python.

lukehoban@Lukes-MacBook-Pro pulumi-self-hosted-kubernetes % pulumi new
Please choose a template (41/215 shown):
 kubernetes  [Use arrows to move, type to filter]
> helm-kubernetes-csharp             A C# program to deploy a Helm chart onto a Kubernetes cluster
  helm-kubernetes-go                 A Go program to deploy a Helm chart onto a Kubernetes cluster
  helm-kubernetes-python             A Python program to deploy a Helm chart onto a Kubernetes cluster
  helm-kubernetes-typescript         A TypeScript program to deploy a Helm chart onto a Kubernetes cluster
  helm-kubernetes-yaml               A Pulumi YAML program to deploy a Helm chart onto a Kubernetes cluster
  kubernetes-aws-csharp              A C# program to deploy a Kubernetes cluster on AWS
  kubernetes-aws-go                  A Go program to deploy a Kubernetes cluster on AWS
  kubernetes-aws-python              A Python program to deploy a Kubernetes cluster on AWS
  kubernetes-aws-typescript          A TypeScript program to deploy a Kubernetes cluster on AWS
  kubernetes-aws-yaml                A Pulumi YAML program to deploy a Kubernetes cluster on AWS
  kubernetes-azure-csharp            A C# program to deploy a Kubernetes cluster on Azure
  kubernetes-azure-go                A Go program to deploy a Kubernetes cluster on Azure
  kubernetes-azure-python            A Python program to deploy a Kubernetes cluster on Azure
  kubernetes-azure-typescript        A TypeScript program to deploy a Kubernetes cluster on Azure
  kubernetes-azure-yaml              A Pulumi YAML program to deploy a Kubernetes cluster on Azure
  kubernetes-csharp                  A minimal Kubernetes C# Pulumi program
  kubernetes-fsharp                  A minimal Kubernetes F# Pulumi program
  kubernetes-gcp-csharp              A C# program to deploy a Kubernetes cluster on Google Cloud
  kubernetes-gcp-go                  A Go program to deploy a Kubernetes cluster on Google Cloud
  kubernetes-gcp-python              A Python program to deploy a Kubernetes cluster on Google Cloud
  kubernetes-gcp-typescript          A TypeScript program to deploy a Kubernetes cluster on Google Cloud
  kubernetes-gcp-yaml                A Pulumi YAML program to deploy a Kubernetes cluster on Google Cloud
  kubernetes-go                      A minimal Kubernetes Go Pulumi program
  kubernetes-java                    A minimal Kubernetes Java Pulumi program
  kubernetes-javascript              A minimal Kubernetes JavaScript Pulumi program
  kubernetes-python                  A minimal Kubernetes Python Pulumi program
  kubernetes-typescript              A minimal Kubernetes TypeScript Pulumi program
  kubernetes-yaml                    A minimal Kubernetes Pulumi YAML program
  webapp-kubernetes-csharp           A C# program to deploy a web application onto a Kubernetes cluster
  webapp-kubernetes-go               A Go program to deploy a web application onto a Kubernetes cluster
  webapp-kubernetes-python           A Python program to deploy a web application onto a Kubernetes cluster
  webapp-kubernetes-typescript       A TypeScript program to deploy a web application onto a Kubernetes cluster
  webapp-kubernetes-yaml             A Pulumi YAML program to deploy a web application onto a Kubernetes cluster

@lukehoban lukehoban added the kind/enhancement Improvements or new features label May 18, 2023
@mnlumi mnlumi mentioned this issue Jun 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Improvements or new features
Projects
None yet
Development

No branches or pull requests

1 participant