Add or update go.sum files for Go-based projects/examples Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org> |
||
|---|---|---|
| .. | ||
| ansible-integration | ||
| aws-k8s-infra | ||
| default-aws-infra | ||
| eks-from-scratch | ||
| sandbox | ||
| README.md | ||
Learning Tools: Pulumi
This folder contains environments, resources, and sample code for working with Pulumi.
Contents
aws-k8s-infra: This folder contains example code to instantiate AWS infrastructure for use by Kubernetes clusters bootstrapped using kubeadm.
default-aws-infra: This folder contains example Go code to use the "default" infrastructure in your AWS account (the default VPC, subnets, Internet gateway, etc.).
eks-from-scratch: This folder contains example Go code to stand up an AWS Elastic Kubernetes Service (EKS) cluster without using any component resources(such as AWSX or the EKS component).
sandbox: This folder contains Vagrant, Ansible, and Packer resources to create a sandbox for learning Pulumi.
Related Projects
talos-aws-pulumi: This repository contains Pulumi code (in Golang) to stand up a Talos Linux cluster on AWS.
talos-azure-pulumi: This repository contains Pulumi code (in Golang) to stand up a Talos Linux cluster on Azure.