Install Kubernetes with kubespray
Step-by-step instructions
Howto: installing Kubernetes using Kubespray, including setting up the environment, configuring the inventory, and running the Ansible playbooks.
Step-by-step instructions
Howto: installing Kubernetes using Kubespray, including setting up the environment, configuring the inventory, and running the Ansible playbooks.
Some frequent k8s commands with params
Here is my k8s cheat sheet covering kubenetes most important commands and concepts from installing to running containers and cleaning up:
To use container registry in k8s we need it over ssl
We want to host a nice and secure container registry - to push docker images there and our kubernetes cluster would pull them from this registry. So came the idea to use the gitea over ssl.