Top 30 Tools for AIOps in 2023

Here are 30 tools for AIOps with short descriptions on how they can help to implement AIOps: Datadog – A cloud-based monitoring platform that helps to monitor and analyze system…

Read more »

Future of SRE Consulting in India and its Leading Companies

The future of SRE (Site Reliability Engineering) consulting in India is expected to grow rapidly as more and more businesses adopt cloud computing and microservices architectures. According to a report…

Read more »

How devsecopsnow provide consulting in DevSecOps?

DevSecOpsNow is a consulting firm that specializes in providing consulting services related to DevSecOps. DevSecOps is an approach to software development that emphasizes the integration of security into the development…

Read more »

hey tool – HTTP load generator, ApacheBench (ab) replacementhey tool –

What is hey? HTTP load generator, ApacheBench (ab) replacement hey is a tiny program that sends some load to a web application. hey was originally called boom and was influenced…

Read more »

KNative Tutorials: Required tools for Knative

git – A distributed version-control system for tracking changes in source code docker – A client to run the Linux containers kubectl – Knative minimum requires Kubernetes v1.15+; however, we…

Read more »

Knative Tutorials: Knative Service: Traffic management: Traffic routing examples

Routing and managing traffic by using the Knative CLI You can use the following kn CLI command to split traffic between revisions: $ kn service update –traffic = For example,…

Read more »

Knative Tutorials: Knative Service: Traffic management: Using tags to create target URLs

You can manage traffic routing to different Revisions of a Knative Service by modifying the traffic spec of the Service resource. Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge…

Read more »

Knative Tutorials: Knative Service: configmap config-autoscaler

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 »

Laravel Tutorials: PHP Templating using Blade

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 »

Top 10 IT Certifications in the world for Software Engineers in 2023

GitOps Certified Professional (GOCP) GitOps is an operational framework that takes DevOps best practices used for application development such as version control, collaboration, compliance, and CI/CD, and applies them to…

Read more »

Rancher Certification Details

Rancher offers a number of certifications for individuals who want to demonstrate their expertise in using the Rancher Kubernetes management platform. Certified Rancher Operator: This certification is designed for IT…

Read more »

Most popular observability and monitoring tools in 2023

Datadog: Datadog is a cloud-based monitoring and analytics platform that provides comprehensive monitoring of infrastructure, applications, and logs in real-time. It supports multiple programming languages and integrates with a wide…

Read more »

What is DevOpsSchool?

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 »

Vagrant Assignment & Excercise

Submit a assignment at https://www.debug.school/ and share your url in the comment section Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I…

Read more »

AWZ Vs Azure Vs Google Cloud

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 »

Knative: Example of Knative Service Example with all the options available

The metadata section includes the name and namespace of the service, as well as annotations that specify the creator of the service and its visibility. The spec section includes the…

Read more »

KNative Serving API Resources: kservice / ksvc

“kservice” is likely a shorthand or abbreviated term for Knative Service, which is a building block of the Knative Serving platform for deploying and running serverless applications on Kubernetes. A…

Read more »

KNative Serving API Resources: Domainmapping

native Domain Mapping is a feature of Knative that allows you to map custom domains to Knative Services. With Domain Mapping, you can use your own domain name, such as…

Read more »

Workflow of Knative Servicing

Here is a step-by-step workflow for Knative Serving: Overall, the workflow for Knative Serving involves developing and packaging your application, defining a Knative Service configuration, deploying your Service to Kubernetes,…

Read more »

Workflow of Knative eventing

Here is a step-by-step workflow for Knative Eventing: Overall, the workflow for Knative Eventing involves defining an Event Source, creating a Trigger to route events to your target, deploying your…

Read more »

Kubrnetes: Example of StorageClass

Choose a storage class and set it as your default by setting the storageclass.kubernetes.io/is-default-class=true annotation. Scheduling based on Node label selector The ‘Allowed Topologies’ feature allows you select the Nodes where the…

Read more »

Checklist of Disaster Recovery Plan in Kubernetes (EKS) for GitLab

Disaster Recovery recommendation in Kubernetes Design EKS cluster for disaster recovery? Designing an Amazon Elastic Kubernetes Service (EKS) cluster for disaster recovery involves implementing strategies and configurations that ensure the…

Read more »

Kubernetes: Pull an Image from a Private Registry using Yaml and Helm File

Method 1 – Change docker config default registry To change the default registry for Docker to a private registry that requires authentication, you can follow these steps: { “auths”: {…

Read more »

Jenkins Pipeline code for Sending an email on Build Failure

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 »

List of in built variables in octopus deploy

Octopus Deploy provides a number of built-in variables that you can use in your deployment processes, runbooks, and scripts. Here’s a list of some of the most commonly used built-in…

Read more »

How to Configure StorageClass with EBS for EKS cluster for Gitlab

Method – 1 to create a volume in an availability zone where you don’t have any volumes on. You can try restricting your StorageClass to the availability zones where you have nodes….

Read more »

What is Apache Camel K and its use cases?

What is Camel K? Apache Camel K is an open-source integration framework that allows developers to build and deploy cloud-native applications and microservices quickly and easily. It leverages the power…

Read more »

How to configure docker with default private registry and default login

To configure Docker with a default private registry and default login, you will need to follow these steps: services: registry: image: registry:2 ports: – “5000:5000” This will start a registry…

Read more »

How to configure gitlab chart with private nexus registry for images

To configure GitLab chart with a private Nexus registry for images, you will need to do the following: kubectl create secret docker-registry nexus-registry \ –docker-server=<your-nexus-registry-url> \ –docker-username=<your-nexus-registry-username> \ –docker-password=<your-nexus-registry-password> \…

Read more »

How to install & Upgrade ArgoCd?

Requirements for installing ArgoCd Type of installations Argo CD Multi-Tenant The multi-tenant installation is the most common way to install Argo CD. This type of installation is typically used to…

Read more »