Jenkins RBAC User Management OpenLDAPFirstly Install the Jenkins using below link . https://www.jenkins.io/doc/book/installing/linux/#debianubuntu i have installed Jenkins on ubuntu i will be using single node for this blog sudo systemctl status jenkins ● jenkins.service - Jenkins Conti...May 3, 2025·4 min read
Part -4 Last step of datadog configurationControl Node and worker Nodes Now we have a cluster with 2 nodes that is worker nodes and one control node total of 3 nodes. Setup data group on the control node which automatically configures the worker nodes. Open putty and configure aws configure...Jul 14, 2023·3 min read
Part 3 - Adding nodes to cluster Amazon EKSLogin to AWS Console Search for EKS - Clusters and click on Compute Click on add node group. EKS-Cluster-Configure node group four steps Step 1: steps in adding node to cluster Step 1: Provide the Name of the node group configuration and create IAM...Jul 14, 2023·2 min read
Part 2 - EKS Cluster 2 nodes - datadogPart 2 for Datadog configuration. Log in to the AWS console Search EKS, click on create Amazon EKS has six steps. Step 1: Provide the cluster name. My cluster name is learnwithsagar-cluster. I have created a cluster service role using, the IAM role ...Jul 14, 2023·1 min read
Part -1 Datadog using AWS ClusterThis blog will help to set up the cluster required to run and configure Datadog. First, we will create an ec2 machine that will act as a control node or master node and then a cluster with 2 nodes of ec2 machines will be created. Let's start our jour...Jul 14, 2023·3 min read
Pods - KubernetesIntroduction to Pods Pods are the smallest deployable units of computing that you can create and manage in Kubernetes. A pod is a group of one or more containers, with shared storage and network resources, and a specification for how to run the conta...Jul 8, 2023·8 min read
Namespaces KubernetesWhat is a Namespace? Namespace provides a mechanism for isolating groups of resources within a single cluster. Names of resources need to be unique within a namespace, but not across a namespace. Namespace-based scoping is applicable only for names...Jul 8, 2023·3 min read