Want the fastest way to provision an EKS cluster o...
# general
a
Want the fastest way to provision an EKS cluster on AWS? Who doesn't? @white-balloon-205 discusses the
@pulumi/eks
component and getting provisioned quickly and effectively https://blog.pulumi.com/the-fastest-path-to-deploying-kubernetes-on-aws-with-eks-and-pulumi
f
cluster.kubernetesProvider
does not exist 🙂
Does Pulumi automatically install Tiller on the k8s cluster?
w
cluster.kubernetesProvider
does not exist 🙂
Indeed - it's called
cluster.provider
- will fix the post now!
Does Pulumi automatically install Tiller on the k8s cluster?
No - the
@pulumi/kuberntes
package does not require Tiller, even for deployments of `k8s.helm.v2.Chart`s.
g
Helm is only used (client side) to render the manifests, and then the Pulumi engine deploys them as usual.