kubernetes-all-the-things

时间:2021-05-30 05:13:05
【文件属性】:
文件名称:kubernetes-all-the-things
文件大小:97KB
文件格式:ZIP
更新时间:2021-05-30 05:13:05
JavaScript Kubernetes 的所有东西 第 1 周 在这个介绍周中,我们将接触有关 Pod 的基础知识:Pod 是 k8s 集群的核心组件。 如果有东西在运行,它就在一个 pod(或一个作业)中运行。 下面是我们将运行的命令列表: kubectl run hello --generator=run-pod/v1 --image speedwing/hello:latest kubectl get po 观察领域 kubectl get po -o wide 观察pod ip、节点ip kubectl exec -it hello bash kubectl port-forward hello 8080 kubectl logs -f hello kubectl get po hello -o yaml 元数据、规格、状态 kubectl rm po hello kubectl r
【文件预览】:
kubernetes-all-the-things-master
----.gitignore(18B)
----Makefile(1KB)
----Week5()
--------part1()
--------part2()
--------part3()
--------sleepy-pod.yaml(157B)
----Week7-Mesh()
--------simple-app()
--------kube()
--------make-traffic.sh(96B)
----Week1()
--------hello()
----Week6()
--------login-v1()
--------README.md(4KB)
--------kube()
--------web()
--------login-v2()
----Week3()
--------other-stuff.yaml(408B)
--------hello-pod-labels.yaml(761B)
----README.md(834B)
----Week2()
--------hello-unhealthy()
--------hello-pod.yaml(203B)
--------hello-pod-unhealthy.yaml(267B)
----Week9()
--------cm-01()
--------cm-02()
--------secrets()
----Week4()
--------hello-service.yaml(200B)
--------hello-deployment.yaml(368B)
--------hello-deployment-v2.yaml(378B)
--------hello()
--------hello-deployment-v2-slow.yaml(400B)
--------hello-deployment-advanced.yaml(613B)
--------hello-deployment-v2-advanced.yaml(498B)

网友评论