Skip to content

Tag: Kubernetes


Categories:

Kubectl installation on Windows

Post date:
Author:
Number of comments: no comments

I found it easier to keep executable files that are not managed by Windows itself in a custom folders at “C:\Program Files (Folder)”. Executables are placed under their individual folder, path to which gets added to the Windows machine’s Path variable. Find the latest version of kubectl from here. CD into the folder where you […]

Categories:

Kubernetes cluster using Debian Buster on bare metal

Post date:
Author:
Number of comments: no comments

This article is based on two separate articles that are found article 1 and article 2. The former describes using Ansible how to create a three node bare metal cluster(one master and two workers) on Debian Stretch. The later talks about creating a single node Kubernetes cluster on Debian Buster. This article is about using […]