This article demonstrates how to set up a Distributed Kubernetes cluster using kubeadm on Ubuntu 20.04 Introduction Kubernetes is an open-source container-orchestration system for automating…
Tag
Ubuntu
DevOps
Install Helm (Helm3) on Ubuntu 20.04
This article demonstrates how to set up and use Helm3 on Kubernetes workstation on ubuntu 20.04 Helm helps you manage Kubernetes applications — Helm Charts…
DevOps
Install Ansible on Ubuntu 20.04
This article demonstrates How to Install and Configure Ansible on Ubuntu 20.04 Ansible is the simplest way to automate apps and IT infrastructure. Its…
Ubuntu
Generating and Working with SSH Keys on Ubuntu [20.04]
This article demonstrates How to Generating and use SSH Keys on Ubuntu 20.04 SSH or Secure Shell is a cryptographic network protocol for operating…
Ubuntu
Create and Delete Sudo User on Ubuntu [20.04]
This article demonstrates how to set up and use a new user with sudo privilege and delete user on ubuntu 20.04 The sudo command provides a…