Skip to content

devopswithbrad/kubernetes-class

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploying an Application to Kubernetes

  1. Clone the repo
git clone https://github.com/devopswithbrad/kubernetes-class.git

Start with a Fresh Minikube cluster

Remember your minikube commands. Here is how to delete the cluster and start a fresh one. Remember docker needs to be running before minikube will work.

minikube delete
minikube start

Resources

Tools to install:

Must have these:

Optional extras (I will show these off but you don't need them):

Official Documentation

https://kubernetes.io/docs/home/

Kubernetes Documentary

Want to watch a Kubernetes Documentary? Check out these videos:

Google SRE Book on SRE

Free book from Google. Talks about the need for a self-healing system.

https://sre.google/sre-book/production-environment/

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors