A Deep Dive Into Kubernetes ArchitectureMaster Node:- It is the main component of kubernetes which is responsible for managing the whole cluster. It manages the the worker nodes connected to the cluster, stores the information about worker nodes. Master node is responsible and track which...Apr 23, 2024·4 min read
Creating a Custom Prometheus Alert to Notify on Python Application ErrorsUse Case:- In a real-time use case, let's consider a scenario where you have a critical Python application running in a production environment, and you want to be notified immediately whenever an error occurs. You can use Prometheus to monitor the er...Jan 13, 2024·3 min read
CodeDeploy Agent Role in EC2 CI/CD DeploymentThis blog post explains about how the code deploy agent plays a crucial role in the deployments on the EC2 servers. CodeDeploy Agent is a software package that is installed on the target ec2 server. CodeDeploy Agent refers the appspec.yml and it exe...Jan 6, 2024·2 min read
Working with Ansible Static and Dynamic InventoryStatic Inventory: Static Inventory allows to specify the hosts IP address. Ansible check for the inventory file by default at /etc/ansible/hosts based on the hosts defined in the file it perform the function. The static inventory are useful in case ...Dec 23, 2023·3 min read
Key Features Introduced in Amazon Linux 2023 vs Amazon Linux 2Amazon have launched the latest Amazon Linux 2023(AL2023). It comes with a two year of standard support & add on three years of maintenance support. The Amazon Linux 2 will no longer be receiving the security & maintenance updates after 30th June 202...Dec 16, 2023·3 min read
Simplifying CI/CD Pipelines: Enabling CodeBuild to Connect with Cross Account S3 BucketScenario:- In many organizations, the CI/CD pipeline may be set up in one AWS account, while the deployment takes place in a different account using CodeBuild. In such a scenario, you might need CodeBuild to communicate with resources in the other a...Dec 11, 2023·3 min read