Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 1.48 KB

kubernetes.md

File metadata and controls

48 lines (39 loc) · 1.48 KB

List of kubernetes Documents

Note of Kubernetes for the Absolute Beginners - Hands-on

  • 使用 VM : VirtualBox
  • 使用 OS, ubuntu。由 osboxes 來下載 VM image
  • network setting 方式
    • using NAT
    • 設定 port-forwarding 來由 host 連到 guest 中

有安裝的 package

  • openssh-server
  • net-tools
  • docker

可以跑的 docker sample & command

  $ docker version
  $ docker run hello-world
  $ docker run docker/whalesay cowsay hi

在 local machine 中,跑 kubernetes - all in one machine

  • 由 kubernetes.io 中的 Document -> Setup 來搜尋資料
  • 使用 Minikube 來跑
Kubernetes Documentation 
Concepts: https://kubernetes.io/docs/concepts/

Kubernetes Documentation 
Setup: https://kubernetes.io/docs/setup/pick-right-solution/

Kubernetes Documentation - Minikube 
Setup: https://kubernetes.io/docs/getting-started-guides/minikube/
  • $ kubectl version

用 kubeadm 來跑 cluster

Run on Google Cloud Platform

List of OS information

  • OS Box
    • 可以下載 virtual box or VMware 的 os image