Terraforming Kubernetes: GitHub Actions
This course is a practical implementation of enabling others to leverage your Kubernetes resources with a practical hands-on example by giving GitHub Actions the correct permissions to provision a PostgreSQL database on Kubernetes.
Yup, you read that right PostgreSQL on Kubernetes. That’s the hidden gem in this course–learning how to deploy PostgreSQL to Kubernetes.
To do this, we’ll be covering the following topics:
- Kubernetes Service Accounts
- Config files for Service Accounts
- StatefulSets and Persistent Volume claims
- Automating updates via GitHub Actions