Steps to Install & Configure Packer on Ubuntu 20.04 LTS

Packer is a free & HashiCorp’s open-source tool. It is used for creating identical machine images from a single configuration file. We can configure packer images with an operating system and application for the specific use-case. Using packer, we can easily build the images for multiple cloud hosting platform. There are some steps to Install …

Steps to Install & Configure Podman on Ubuntu 20.04 LTS

Podman is a free & open source tool. It is used for developing, managing, and running containers and images. It is slimier to Docker. Using Podman, we can easily pull or push the images. It is a simple & easy-to use tool. We can easily create & run the images. The different between docker & …

How to Create & Configure Elastic Container Registry on AWS

Amazon Elastic Container Registry (ECR) is a fully managed container registry that makes it easy to store, manage, share, and deploy  container images and artifacts anywhere. Amazon ECR transfers  container images over HTTPS and automatically encrypts images at rest. Amazon ECR Public makes it easy to publicly share container software worldwide for anyone to download. …

How to Create Elastic Container Service on Amazon Web Service

aws ecs create-cluster  –cluster-name Cluster-nameAmazon ECS makes it easy to deploy, manage, and scale Docker containers running applications, services, and batch processes. Amazon ECS makes it easy to use containers as a foundational building block for applications by eliminating the need for  install, operate, and scale  own cluster management infrastructure.   Login to aws portal. …

How to Manage Single & Multiple Kubernetes Clusters using kubectl & kubectx in Linux

  Kubectl is a command line utility & it is used to control and manage Kubernetes clusters and objects running. It allow we can create, modify and delete Kubernetes resources such as Deployments, Pods, Services, switching contexts and access container shell. Install Kubectl on Linux We needs kubectl on linux so click on link https://www.hackerxone.com/blog/how-install-kubernetes-container-runtime-ubuntu-2004-lts …