Anyone can share with me a fully eks cluster creat...
# general
f
Anyone can share with me a fully eks cluster creation using pulumi yaml ?. Thanks.
c
are you using aws? there is a pulumi crosswalk that makes creating the necessary components for eks simple: https://www.pulumi.com/docs/guides/crosswalk/aws/eks/#provisioning-a-new-eks-cluster
f
Actually We are using AWS. But, creating all things manually. We want to use Pulumi. But we want to have the YAML examples and YAML Syntax API to know and see how to interact and create resources on AWS. Any guide ? Thanks in advance.
s
@few-plastic-88435 Here's an example that you might find useful: https://github.com/pulumi/examples/tree/master/aws-yaml-eks
f
Thanks for sharing this Buddy. Really appreciate.
s
Anytime! Please don't be shy about asking if you have any more questions!