Skip to content
/ 101 Public
forked from cncamp/101

A basic instruction for Kubernetes setup and understanding.

Notifications You must be signed in to change notification settings

InnTZero/101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A basic instruction for Kubernetes setup and understanding

  1. cluster setup
  • 通过kubeadm安装,需要手工安装docker,kubelet,kubeadm等

  • 通过kind安装,全自动,无手工步骤,快捷简单,但是节点是基于容器而不是虚拟机的

    kind-setup.md

  1. understand-docker.md
  2. microservice.md

A basic instruction for Istio setup and understanding

  1. istio-setup.md
  2. understand-istio.md

About

A basic instruction for Kubernetes setup and understanding.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 64.8%
  • Shell 21.5%
  • Mustache 6.6%
  • Go 6.3%
  • Other 0.8%