Try AWS Native preview for resources not in the classic version.
AWS Classic v6.2.1 published on Friday, Sep 22, 2023 by Pulumi
Amazon EKS Cluster
Try AWS Native preview for resources not in the classic version.
AWS Classic v6.2.1 published on Friday, Sep 22, 2023 by Pulumi
This example deploys an EKS Kubernetes cluster inside the default AWS VPC.
Deploying the App
To deploy your infrastructure, follow the below steps.
Prerequisites
Deploying and running the program
Create a new stack:
$ pulumi stack init dev
Set the AWS region:
$ pulumi config set aws:region us-east-2
Run
pulumi up
to preview and deploy changes:$ pulumi up Previewing changes: ... Performing changes: ... Resources: + 28 created Duration: 10m0s
Check the deployed kubeconfig:
$ pulumi stack output kubeconfig {"apiVersion":"v1","clusters":[{"cluster":{"certificate-authority-data":"LS0tLS1CRUdJTiBDR...
Try AWS Native preview for resources not in the classic version.
AWS Classic v6.2.1 published on Friday, Sep 22, 2023 by Pulumi