scottslowe-learning-tools/pulumi
Scott S. Lowe 0260303b2c
Fix EKS addons (#153)
Add VPC CNI and CoreDNS addons to the Pulumi program. Fix addon versions per AWS documentation.

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2023-11-24 22:15:12 -05:00
..
aws-k8s-infra Switch K8s infrastructure to Go with Pulumi (#147) 2023-11-12 19:52:18 -07:00
default-aws-infra Bump golang.org/x/net in /pulumi/default-aws-infra 2023-02-24 21:17:29 +00:00
eks-from-scratch Fix EKS addons (#153) 2023-11-24 22:15:12 -05: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.