scottslowe-learning-tools/pulumi
Scott S. Lowe bee1114862
chore: add/update go.sum files
Add or update go.sum files for Go-based projects/examples

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2024-09-10 16:06:39 -06:00
..
ansible-integration chore: add/update go.sum files 2024-09-10 16:06:39 -06:00
aws-k8s-infra chore: add/update go.sum files 2024-09-10 16:06:39 -06:00
default-aws-infra chore: add/update go.sum files 2024-09-10 16:06:39 -06:00
eks-from-scratch chore: add/update go.sum files 2024-09-10 16:06:39 -06:00
sandbox Reorganize Pulumi files 2019-08-23 13:53:34 -06:00
README.md Add example of building EKS from scratch 2023-11-02 13:55:29 -06:00

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.

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.