HSHarnil Shahinharnilshah.hashnode.dev·Apr 4, 2024 · 4 min readReplicaSets and Deployments in KubernetesIn the realm of Cloud and DevOps, Kubernetes stands tall as a powerful, open-source platform for automating deployment, scaling, and managing containerized applications. Within Kubernetes, ReplicaSets and Deployments play pivotal roles in ensuring se...00
HSHarnil Shahinharnilshah.hashnode.dev·Mar 28, 2024 · 6 min readPods in KubernetesPods are the smallest deployable units of computing that you can create and manage in Kubernetes. This is what written in the official documentation of Kubernetes but what does exactly a pod mean? From this image we can get an understanding that a ...00
HSHarnil Shahinharnilshah.hashnode.dev·Mar 14, 2024 · 5 min readDemystifying DiggerWhat is Digger? Digger is an open-source CI/CD orchestrator for Terraform which helps you run Terraform in your own CI setup. It seamlessly integrates with our existing CI setup, automating Terraform tasks within our pipeline. With enhanced security ...00
HSHarnil Shahinharnilshah.hashnode.dev·Jun 8, 2023 · 4 min readCreating EC2 Instances & S3 bucket using TerraformPrerequisites: AWS-CLI: We will be using Amazon Web Services for creating our S3 bucket and EC2 instances, so we will require AWS-Command Line Interface installed. IAM User: We'll need an IAM user who has access to EC2 and S3, also it should have p...00
HSHarnil Shahinharnilshah.hashnode.dev·Apr 20, 2023 · 2 min readDeploying a Node.js Application using AWS ECS & ECRLet's do it! Step 1: Open your AWS account and select the EC2 instance and launch with Ubuntu AMI Step 2: Give the appropriate name to the instance and go for EC2 Instance Connect Step 3: Configure your AWS CLI by entering Secret key & Access key f...00