Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Tips on Kubernetes
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Tutorials
https://www.youtube.com/watch?v=ZpbXSdzp_vo
Some Kubernetes Distributions
Microk8s seems like a good option.
-
k3s - a light-weight Kubernetes distribution ideal for edge and development - compatible with Raspberry Pi …
Tips on Minikube
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Microk8s is a more lightweight solution than Minikube (even thought Microk8s is only for Linux.)
Installation
-
Start minikube.
minikube start --vm-driver=hyperkit
-
Check status of minikube.
minikube …
Fix the CrashLoopBackOff Issue of Pod in Kubernetes
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Define command
as ["/busybox/sh", "-c", "tail -f /dev/null"]
instead of
["/busybox/sh", "-c", "tail", "-f", "/dev/null"]
Deploy Apache Ray
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Manual Cluster Setup
It is very easy to set up Apache Ray on a small cluster manually. The instructions at Manual Cluster Setup is very clear. Just one comment. You do …
Tips on Microk8S
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement! 1. Microk8s works on Linux only.
References
https://microk8s.io/
https://microk8s.io/#get-started
https://github.com/ubuntu/microk8s
https://microk8s.io/docs/