Installation

installation, composition, abstraction-614963.jpg

Guidelines To Migrate From Self- Managed Kubernetes In AWS To Amazon EKS

Migration Migration — yet another usual term on the crowded streets of Software Architecture. Migration tasks in a Software Industry can be hectic, time-consuming, or painful involving multiple resources to get engaged, collaborate, and achieve the end-goal of Migrating our components to a newer environment. Though it is exhaustive, the journey as part of any

Guidelines To Migrate From Self- Managed Kubernetes In AWS To Amazon EKS Read More »

computer, computer code, programming-1873831.jpg

How to install ContainerD

Containerd versions can be found in this location : https://github.com/containerd/containerd/releases Step 1 : Download the containerd package wget https://github.com/containerd/containerd/releases/download/v1.6.14/containerd-1.6.14-linux-amd64.tar.gz Unpack : sudo tar Cxzvf /usr/local containerd-1.6.14-linux-amd64.tar.gz Install runc : Runc is a standardized runtime for spawning and running containers on Linux according to the OCI specification wget https://github.com/opencontainers/runc/releases/download/v1.1.3/runc.amd64 $ install -m 755 runc.amd64 /usr/local/sbin/runc Download

How to install ContainerD Read More »

woman, laptop, desk-1851464.jpg

Chef Infra Automation Commands

Chef Infra Automation Commands Quick Command Guide reference:   knife bootstrap IPADDRESS(hostname) –sudo -x username -P password -N target1 (This installs chef-client and validates) knife bootstrap WIN-I2R3V7Q9AFV –sudo -x username -P passwd -N nodename   Bootstrap Virtual box ********************** knife bootstrap 192.168.1.101 –ssh-user vasanth –ssh-password ‘vasanth123’ –sudo –use-sudo-password –node-name virtuenode knife bootstrap x.x.x.x –ssh-user ubuntu

Chef Infra Automation Commands Read More »