Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/githubfoam/k8s-calico-sandbox
k8s calico
https://github.com/githubfoam/k8s-calico-sandbox
calico k8s
Last synced: about 1 month ago
JSON representation
k8s calico
- Host: GitHub
- URL: https://github.com/githubfoam/k8s-calico-sandbox
- Owner: githubfoam
- License: gpl-3.0
- Created: 2020-01-29T00:18:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-29T00:19:50.000Z (almost 5 years ago)
- Last Synced: 2023-04-24T15:39:47.601Z (over 1 year ago)
- Topics: calico, k8s
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kubernetes sandbox
~~~~
cross platform (freebsd,lin,win,mac..etc)
~~~~
~~~~
vagrant@k8s-master:~$ apt-cache madison docker-ce
docker-ce | 5:19.03.1~3-0~ubuntu-xenial | https://download.docker.com/linux/ubuntu xenial/stable amd64 Packages
docker-ce | 5:19.03.0~3-0~ubuntu-xenial | https://download.docker.com/linux/ubuntu xenial/stable amd64 Packages
docker-ce | 5:18.09.8~3-0~ubuntu-xenial | https://download.docker.com/linux/ubuntu xenial/stable amd64 Packages
docker-ce | 5:18.09.7~3-0~ubuntu-xenial | https://download.docker.com/linux/ubuntu xenial/stable amd64 Packages
docker-ce | 5:18.09.6~3-0~ubuntu-xenial | https://download.docker.com/linux/ubuntu xenial/stable amd64 Packages
docker-ce | 5:18.09.5~3-0~ubuntu-xenial | https://download.docker.com/linux/ubuntu xenial/stable amd64 Packages
docker-ce | 5:18.09.4~3-0~ubuntu-xenial | https://download.docker.com/linux/ubuntu xenial/stable amd64 Packages
docker-ce | 5:18.09.3~3-0~ubuntu-xenial | https://download.docker.com/linux/ubuntu xenial/stable amd64 Packages
docker-ce | 5:18.09.2~3-0~ubuntu-xenial | https://download.docker.com/linux/ubuntu xenial/stable amd64 Packages
docker-ce | 5:18.09.1~3-0~ubuntu-xenial | https://download.docker.com/linux/ubuntu xenial/stable amd64 Packages
docker-ce | 5:18.09.0~3-0~ubuntu-xenial | https://download.docker.com/linux/ubuntu xenial/stable amd64 Packagesvagrant@k8s-master:~$ apt-cache madison kubelet
kubelet | 1.15.2-00 | https://apt.kubernetes.io kubernetes-xenial/main amd64 Packages
kubelet | 1.15.1-00 | https://apt.kubernetes.io kubernetes-xenial/main amd64 Packages
kubelet | 1.15.0-00 | https://apt.kubernetes.io kubernetes-xenial/main amd64 Packages
kubelet | 1.14.5-00 | https://apt.kubernetes.io kubernetes-xenial/main amd64 Packages
kubelet | 1.14.4-00 | https://apt.kubernetes.io kubernetes-xenial/main amd64 Packages
kubelet | 1.14.3-00 | https://apt.kubernetes.io kubernetes-xenial/main amd64 Packages~~~~
~~~~
v1.15 Release Notes
The list of validated docker versions remains unchanged.
The current list is 1.13.1, 17.03, 17.06, 17.09, 18.06, 18.09. (#72823, #72831)
https://kubernetes.io/docs/setup/release/notes/Container runtimes
On each of your machines, install Docker. Version 18.06.2 is recommended, but 1.11, 1.12, 1.13, 17.03 and 18.09 are known to work as well. Keep track of the latest verified Docker version in the Kubernetes release notes.
https://kubernetes.io/docs/setup/production-environment/container-runtimes/[WARNING IsDockerSystemdCheck]: detected "cgroupfs" as the Docker cgroup driver. The recommended driver is "systemd". Please follow the guide at https://kubernetes.io/docs/setup/cri/
~~~~
~~~~
calico pod network
https://www.projectcalico.org/
Cluster Networking
https://kubernetes.io/docs/concepts/cluster-administration/networking/~~~~
~~~~
vagrant up
vagrant ssh k8s-master
vagrant@k8s-master:~$ kubectl get nodes
NAME STATUS ROLES AGE VERSION
k8s-master Ready master 55m v1.15.2
node-1 Ready 46m v1.15.2
~~~~
node-2 added after cluster booted
~~~~
vagrant ssh node-2
vagrant@k8s-master:~$ kubectl get nodes
NAME STATUS ROLES AGE VERSION
k8s-master Ready master 85m v1.15.2
node-1 Ready 76m v1.15.2
node-2 Ready 3m1s v1.15.2
~~~~