k8s-tutorial icon indicating copy to clipboard operation
k8s-tutorial copied to clipboard

Kubernetes 101 tutorial

Kubernetes 101

  • Slide

    • https://tachingchen.com/tw/blog/kubernetes-101/
  • Kubernetes installation

    • https://tachingchen.com/tw/blog/kubernetes-installation-with-kubeadm/
  • Pod for internal curl test

$ kubectl run -i --rm --tty demo --image=life1347/ubuntu-kube-demo —restart=Never
  • Free K8S online
    • https://kubernetes.io/docs/tutorials/kubernetes-basics/cluster-interactive/
$ minikube start
  • More Kubernetes related posts
    • 中文: https://tachingchen.com/tw/categories/kubernetes/
    • English: https://tachingchen.com/categories/kubernetes/