Tagged in

Vagrant

Nerd For Tech
Nerd For Tech
NFT is an Educational Media House. Our mission is to bring the invaluable knowledge and experiences of experts from all over the world to the novice. To know more about us, visit https://www.nerdfortech.org/.
More information
Followers
10.9K
Elsewhere
More, on Medium

Install/Upgrade scripts for K8S CLIs

As you may know, I work with a Linux VM to do my daily work. In my previous article, I wrote about how I made it even more flexible.

I already had provisioners and scripts for kubectl and helm. They were already so “smart” that they tried…


Docker as a K8S Container Runtime

My previous story was about Modularizing Multi-machine Vagrant projects, and my first article in creating a Multi-Node Kubernetes cluster on my laptop.

Since Kubernetes is a container orchestration manager, we’ll need a container runtime engine…