sunitabachhav2007.hashnode.devDeploy Netflix Clone CI-CD on AWS EKS - DevSecOps PracticesIn this article, I am deploying a Netflix clone application. The deployment process will involve the utilization of Jenkins as a CI/CD tool to deploy our Netflix application on a Docker container and Kubernetes Cluster (Amazon EKS). This project illu...Nov 2, 2023·17 min read
sunitabachhav2007.hashnode.devCreating 2 tier High Availability AWS ArchitectureIn this tutorial, we will then use Terraform to create a custom VPC, custom public and private subnets, and custom public and private route tables, and associate those route tables. We will also create an internet gateway and NAT gateway. What is Ter...Jun 1, 2023·12 min read
sunitabachhav2007.hashnode.devCreate and Deploy AWS Lambda with TerraformThe focus of this blog post is on utilizing Terraform to manage AWS Lambda functions. AWS Lambda AWS Lambda is an event-driven computing service provided by Amazon Web Services that enables developers to create functions on a pay-per-use basis withou...May 9, 2023·7 min read
sunitabachhav2007.hashnode.devKubernetes TroubleshootingKubernetes troubleshooting is the process of identifying, diagnosing, and resolving issues that may arise within a Kubernetes cluster, nodes, pods, or containers. This involves investigating and resolving problems related to resource allocation, netw...May 1, 2023·3 min read
sunitabachhav2007.hashnode.devKubernetes Cluster MaintenanceKubernetes cluster maintenance involves a set of tasks that ensure the cluster is functioning optimally and remains available. These tasks include regular upgrades, monitoring, backups, and disaster recovery planning. Proper maintenance of the cluste...Apr 29, 2023·4 min read