academy
academy copied to clipboard
Kubernetes101 - Resources needed to deploy application
Description
As part of the Kubernetes101 class series, this issue will cover the main concepts behind deploying a simple application to a kubernetes/minikube cluster and what resources will need to be created in YAML to get that application running.
Resources types that can be included:
- Deployments
- StatefulSets
- DaemonSets
Explanation of each will be included but the Hello World App exercise will be done through the Deployment resource type.