Kubernetes ingress is an API object that manages the external access to the kubernetes services. It provides routing rules to provide external users access to the services in a Kubernetes cluster, typically via HTTPS/HTTP. Ingress helps to provide an easy method to access the services without creating multiple load balancers or using the NodePort. In […]
DevOps
How to build a docker image using Dockerfile?
In this article, I will walk you through the various methods of building docker images and updating the existing image. Docker has played a major role in the microservice revolution. In today’s world, all the new application development targets the container environment to speed up the release cycle. In the containerized environment, changes are frequently […]
Kubernetes in a docker – Explore “Kind” k8s cluster tool
kind is primarily testing the kubernetes cluster locally with very minimal resources. Kind – Kubernetes in docker spins up the docker container as a node. If you are new to Kubernetes and looking for a k8s environment to practice, kind is the right tool. Minikube is another famous kubernetes available for developers and testing. Minikube […]
How to create veeam Backup Repository ? Veeam Backup for AWS
This article will walk you through how to create a backup repository to include EC2 instances in backup rotation on Veeam Backup. Backup EC2 instances using veeam backup is almost like set and forget. Veeam uses policy-based automation to take snapshots and backups to the s3 bucket. Veeam brings simplicity to streamline backup for Amazon […]
Veeam Backup for AWS – Deploy and configure
How to deploy Veeam Backup for the AWS solution? Veeam Backup for Amazon Web Services is a solution developed to protect Amazon Elastic Compute Cloud (EC2), Amazon Relational Database Service (RDS), and Amazon Elastic File System (EFS) environments. The same product can able to handle disaster recovery tasks with ease by leveraging cloud native snapshots. Adding […]
Jenkins Integration – Terraform IaC Pipeline Setup
How to integrate Terraform IaC (Infrastructure as Code) into Jenkins? Cloud infrastructure offers great agility and flexibility but you need the right toolsets to manage the power of public cloud platforms. To operate in the public cloud efficiently, You need to treat infrastructure as code (IaC). IaC eliminates the manual interaction required to configure Cloud […]
Setup Monitoring for EBS snapshot – Amazon DLM | EC2 AMI
This article will walk you through how to monitor the automated EBS snapshot failures using CloudWatch. Amazon data life cycle manager automates the creation, copy, and deregistration of EBS-backed AMIs using policies. Using DLM, AMI can be copied over to other regions for disaster recovery. Amazon DLM reduces the operational cost by doing the AMI cleanup […]
Amazon EC2 – Disaster Recovery using DLM – Cross Region snapshot – EC2 AMI
Data is a critical asset for any business in the digital world. so backing up your data regularly is critical for any company with business continuity in mind. This is applicable whether the company is using an on-premises data center or a public cloud like AWS, Azure, or GCP. At the same time, you need to […]
Kubernetes Storage – Dynamic NFS-Client Provisioner
NFS subdir external provisioner is an automatic provisioner that uses your existing and already configured NFS server to support dynamic provisioning of Kubernetes Persistent Volumes via Persistent Volume Claims. This article will walk you through how to deploy NFS Subdir External Provisioner to the k8s cluster and create the PV using the NFS backend storage. We just need […]
How to export the docker image as tarball ? Is it possible to import it without a repository?
How do I transfer a Docker image from one machine to another one without using a repository? Is the repository is mandatory to transfer the image between hosts? No. We can simply save the docker image as a tarball and transfer it to the remote host. You can import the docker image from the tar […]









