Skip to content

nalinkantgupta/kubectl-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k8-cli-workshop

Prerequisites utilitiea

1. Jq.    (brew install jq)
2. Minikube.  (https://minikube.sigs.k8s.io/docs/start/)
3. Iterm2 terminal  (https://iterm2.com/downloads.html)
4. Oh-my-sh (https://ohmyz.sh/#install)
5. Git command  (https://git-scm.com/download/mac)
6. colordiff.  (brew install colordiff)
7. k(https://kubernetes.io/docs/tasks/tools/)

Terminal Hack

Install oh-my-zsh

##  Installing omz
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

alias k=kubectl

Enhance vim

https://github.com/amix/vimrc#how-to-install-the-basic-version

Minikube k

brew install minikube

Minikube Start Server

minikube start

Workshop

Namespaces, Context

Pods, Deployment file

Deploy and Scale an APP file

Secret & Patch file

Level Up - troubleshooting file

Official - cheat sheet

About

Kubectl Starting Workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published