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.
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:
Explanation of each will be included but the Hello World App exercise will be done through the
Deploymentresource type.