Datadog Tutorials: Log Collection & configuration using Datadog Agent

How to enable Log collection in Datadog? To enable log collection with an Agent running on your host, change logs_enabled: false to logs_enabled: true in the Agent’s main configuration file…

Read more »

Knative Tutorials: How to change ksvc DNS / URL?

The URL format for Knative Service (KService or ksvc) objects in Kubernetes is typically determined by the DNS configuration and domain suffixes within your Kubernetes cluster. The format http://<service-name>.<namespace>.svc.cluster.local is…

Read more »

How to Convert PPK to PEM using Puttygent

Download to puttygen SOURCE URL – https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html DIRECT URL – https://the.earth.li/~sgtatham/putty/latest/w64/puttygen.exe Open Puttygen and Import PPK file Export Openssh Key Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and…

Read more »

Terraform Error Handing with Try Catch

The code could be improved by adding some error handling. For example, you could check to make sure that the PEM file exists and that the password data is valid….

Read more »

How to install datadog agent in Ubuntu Linux?

Step 1 – Register at https://www.datadoghq.com/ Step 2 – Select the UBUNTU from the Datadog supported agent list Step 3 – Run following commands You would get output at the…

Read more »

How to Setup Jenkins X using AWS EKS?

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…

Read more »

Jenkins Tutorials: Preparation of Jenkins Job Setup Checklist

Question#1 – What is your programming Language Question#2 – Where is the source code for project? Question#3 – How Frequently you want this JOB to be triggered? Question#4 – What…

Read more »

Know about Semantic versioning(SemVer)

Semantic versioning (SemVer) is a versioning scheme that assigns a 3-part version number (major.minor.patch) to each release of a software project. The meaning of each part of the version number…

Read more »

Top DevOps Freelancers in India

DevOps freelancing in India operates in a manner similar to freelancing in other countries. Freelancers in the DevOps field offer their services independently to clients who require assistance with various…

Read more »

Top DevOps Freelancers in USA?

DevOps freelancing works similarly to other freelance roles in the IT industry. Freelancers in the DevOps field offer their services to clients who need assistance with various aspects of DevOps…

Read more »

Top DevOps Freelancers in Europe?

DevOps freelancing is a great way to work remotely and earn a good living. Here is how it works: The DevOps freelancers market in Europe is growing rapidly. This is…

Read more »

What is the best job support providers for Kubernetes?

Selecting the best job support provider for Kubernetes depends on your specific needs, technology stack, and location. Each provider may have different strengths and offerings. To help you make an…

Read more »

What is the best job support providers for DevSecOps?

The choice of the best job support provider for DevSecOps will depend on your specific needs, technology stack, and location. Each provider may have its unique strengths and offerings. To…

Read more »

What is the best job support providers for SRE?

Selecting the best job support provider for Site Reliability Engineering (SRE) depends on your specific needs and requirements. Each provider may have different strengths and offerings. To help you make…

Read more »

What is the best job support providers for DevOps?

Selecting the best job support provider for DevOps depends on your specific needs and requirements. Each provider may have different strengths and offerings. To help you make an informed decision,…

Read more »

Linux Troubleshooting Guide

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…

Read more »

Datadog Log: Setup Apache Log Analsys

Step 1 – Setup a Apache and start it Step 2 – Enable Log Monitoring in Datadog agent Prerequisite Step 3 – Modify conf.yaml of apache with following changes $…

Read more »

Datadog Tutorials: Send log to Datadog using api through telnet and curl

Reference – https://docs.datadoghq.com/api/latest/logs/ Step 1 – How to get API of Datadog Agent? Step 2 – Go to Linux Cmd and run following commands. Using Telnet Using curl Rajesh KumarI’m…

Read more »

How to install & configure Datadog Integration with Apache HTTPD?

The Apache check tracks requests per second, bytes served, number of worker threads, service uptime, and more. The following metrics will be tracked by this integration: Name Units Description apache.conns_async_closing…

Read more »

Detailed Guide on NewRelic Troubleshooting?

roubleshooting with New Relic involves diagnosing and resolving issues related to application and infrastructure performance. While New Relic provides real-time monitoring and insights, having a structured troubleshooting process is essential…

Read more »

HashiCorp Vault on AWS

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…

Read more »

Hashicorp Vault: Sample Python Code

Write a python function called “insert” which would use vault api to store password called “devopsschool” and Write a python function called “display” to read a password using token. Install…

Read more »

How to enable Live Process monitoring in Datadog Agent?

To enable live process monitoring in Datadog Agent, follow these steps: Enabled Process Monitoring How to restart Datadog Agent after enabling process check? How to check if process monitoring is…

Read more »

𝟰𝟵 𝗘𝗻𝗴𝗶𝗻𝗲𝗲𝗿𝗶𝗻𝗴 𝗯𝗹𝗼𝗴𝘀 𝘁𝗼 𝗶𝗺𝗽𝗿𝗼𝘃𝗲 𝘆𝗼𝘂𝗿 𝘀𝘆𝘀𝘁𝗲𝗺 𝗱𝗲𝘀𝗶𝗴𝗻:

Engineering at Meta – https://lnkd.in/e8tiSkEvGoogle Research – https://ai.googleblog.com/Google Cloud Blog – https://lnkd.in/enNviCF8AWS Architecture Blog – https://lnkd.in/eEchKJifAll Things Distributed – https://lnkd.in/emXaQDaSThe Nextflix Tech Blog – https://lnkd.in/efPuR39bLinkedIn Engineering Blog – https://lnkd.in/ehaePQthUber Engineering Blog – https://eng.uber.com/Engineering at Quora – https://lnkd.in/em-WkhJdPinterest Engineering – https://lnkd.in/esBTntjqLyft…

Read more »

Difference Between Jenkins and Jenkins X

Jenkins and Jenkins X are both open-source automation servers that can be used to automate the development, testing, and deployment of software. However, there are some key differences between the…

Read more »

What is Jenkins X? Simplified

Jenkins X is an open-source automation platform that helps teams automate the development, testing, and deployment of cloud-native applications. It is based on Jenkins, an open-source automation server, and Tekton,…

Read more »

Simplified IPv4 Tutorials

IPv4, which stands for Internet Protocol version 4, is a widely used protocol for identifying and locating devices on a network. It is a fundamental technology that underlies the functioning…

Read more »

What is ipython?

IPython is a powerful interactive shell and programming environment for Python. It provides a rich set of features, including: IPython is a popular tool for data scientists, engineers, and scientists….

Read more »

List of Popular & Free Websites for Link Building

Link Building is a fundamental search engine optimization (SEO) strategy that involves obtaining hyperlinks from other websites to your own. These hyperlinks, also known as backlinks, serve as references or…

Read more »

Top 41 Websites for free Guest Posting

Guest posting, also known as guest blogging, is a content marketing strategy where individuals or businesses write and publish articles or blog posts on websites or blogs that are owned…

Read more »