Skip to content

Blog


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 […]

Categories:

Linux: SSH login without password

Post date:
Author:
Tags:
Number of comments: no comments

Remote Linux servers can be administered using SSH. Normally, local machine can connect to these servers using SSH using user id/password combination. Local machine can also be configured to remote into these servers using SSH without password. To make it work we have to generate a public/private key pair using ssh-keygen, and subsequently copy the […]