https://pulumi.com logo
#typescript
Title
# typescript
f

freezing-manchester-19283

11/13/2023, 10:09 AM
The code is below: import * as pulumi from "@pulumi/pulumi"; import * as eks from "@pulumi/eks"; // Create an EKS cluster with the default configuration. const cluster = new eks.Cluster("cluster", {}); // Export the cluster's kubeconfig. export const kubeconfig = cluster.kubeconfig;
2 Views