What is Kubernetes by Kubernetes https://kubernetes.io/docs/concepts/overview/what-is-kubernetes/
Kubernetes vs Swarm https://www.upcloud.com/blog/docker-swarm-vs-kubernetes/
Evaluating Container Platforms at Scale https://medium.com/on-docker/evaluating-container-platforms-at-scale-5e7b44d93f2c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| screen watch -n 1 kubectl get pods | |
| split | |
| focus down | |
| screen watch -n 1 kubectl get rc | |
| split | |
| focus down | |
| screen watch -n 1 kubectl get deploy | |
| split | |
| focus down | |
| screen watch -n 1 kubectl get replicasets |
kubectl delete svc kubernetes-dashboard -n kube-system
kubectl apply -f https://gist.github.com/initcron/35c7cd7a7bd0c3d5df8ffafdd42d9d1c/raw/b8ef3903bbec75293d375cda0ec3f190c798f2b3/kube-dashboard-svc.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: "3" | |
| networks: | |
| nw01: | |
| driver: overlay | |
| volumes: | |
| db-data: | |
| services: |
| TOOL | VERSION | LINK |
|---|---|---|
| VirtualBox | 5.1.26 | https://www.virtualbox.org/wiki/Downloads |
| Vagrant | 1.9.7 | https://www.vagrantup.com/downloads.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM | |
| WORKDIR /opt/facebooc | |
| COPY | |
| RUN | |
| EXPOSE |