academy icon indicating copy to clipboard operation
academy copied to clipboard

Kubernetes101 - Resources needed to deploy application

Open omarst9 opened this issue 5 years ago • 0 comments

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.

omarst9 avatar Apr 21 '20 03:04 omarst9