Category: Devops
-
How to install Cloudwatch in Kubernetes

Step 1: Create a namespace for CloudWatch Step 2: Create a service account in the cluster Step 3: Create a ConfigMap for the CloudWatch agent Download the ConfigMap YAML to your kubectl client host by running the following command: Change the Cluster Name Step 4: Deploy the CloudWatch agent as a DaemonSet Validate that the agent is…
-
How to Install Cloudwatch agent in Ubuntu
Create an IAM role, Make sure that AWS service is selected under Select type of trusted entity. For Choose a use case, choose EC2 under Common use cases, Choose Next: Permissions. In the list of policies, select CloudWatchAgentServerPolicy & create an IAM role. Now attach an IAM role with EC2 Instance. Go to EC2 — Select Instance…
-
Best Practises to Manage Git Branches

In Git, a branch is a separate line of development that allows you to work on multiple features or versions of a codebase simultaneously. Using branches in Git allows you to work on multiple features or versions of a codebase simultaneously, without interfering with each other’s work. It also allows you to keep your codebase…
-
How to check and fix Networkin alert in Amazon Ec2

To check the NetworkIn logs on an Amazon EC2 instance running Ubuntu, you can follow these steps: That’s it! You can now check the NetworkIn logs on your Amazon EC2 instance running Ubuntu using the above steps. High NetworkIn logs on an Ubuntu Amazon EC2 instance can be caused by various factors, including network congestion,…
-
Build and Deploy (CI/CD) Microsoft dynamics 365 Business Central on-premise in Azure Devops
CI/CD is standard now in all the projects. Microsoft does offer Al-GO, but it only works Business Central SaaS platform, and you required GitHub Enterprise license, which will cost you $230 per user/year. I spent a good time in finding a way to design CI/CD for On-premise. Finally, I got this article but work for…
