Deploying Mario game on KubernetesSTEP 1: Launch Ubuntu instance Sign in to AWS Console: Log in to your AWS Management Console. Navigate to EC2 Dashboard: Go to the EC2 Dashboard by selecting “Services” in the top menu and then choosing “EC2” under the Compute section. Launch Inst...Feb 9, 2024·3 min read
Ansible and Ansible playbookWhat is Ansible : Ansible is an open-source automation tool used for configuration management, application deployment, task automation, and more. It simplifies the process of managing and orchestrating infrastructure by allowing you to define tasks a...Dec 24, 2023·2 min read
Terraform Basic and AdvanceWhat is Terraform? Terraform is an infrastructure as code tool that lets you build, change, and version cloud and on-prem resources safely and efficiently. HashiCorp Terraform is an infrastructure as code tool that lets you define both cloud and on-p...Dec 19, 2023·8 min read
Deploy Serverless Application on AWSWhat is serverless ? Serverless is a cloud-native development model that allows developers to build and run applications without having to manage servers. There are still servers in serverless, but they are abstracted away from app development To dep...Dec 16, 2023·3 min read
Dockerfile image and push to AWS ECRStep 1: Set Up an Amazon ECR Repository Log in to the AWS Management Console and navigate to the Amazon ECR service. Create a new repository by clicking on “Create repository.” Provide a name and optional description for the repository. Note down the...Dec 10, 2023·2 min read
KubernetesKubernetes is a distributed system with a client-server architecture. The basic components of a Kubernetes environment are: Control plane: Hosts the components that manage the Kubernetes cluster Data plane: Machines used as compute resources Dist...Nov 27, 2023·7 min read
Jenkins Basic and advanceWhat is Jenkins :Jenkins – an open source automation server which enables developers around the world to reliably build, test, and deploy their software. Install Jenkins, configure Docker as agent, set up cicd, deploy applications to k8s and much mor...Nov 22, 2023·7 min read