You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
Deployment
resource type.The text was updated successfully, but these errors were encountered: