Prometheus Assignment & Excercise

Rajesh KumarI’m Rajesh Kumar, a DevOps, SRE, DevSecOps, Cloud, and Platform Engineering expert passionate about sharing practical knowledge, real-world experiences, and industry best practices. I have worked…

Read More

ArgoCD Assignment & Excercise

Rajesh KumarI’m Rajesh Kumar, a DevOps, SRE, DevSecOps, Cloud, and Platform Engineering expert passionate about sharing practical knowledge, real-world experiences, and industry best practices. I have worked…

Read More

Puppet Assignment and Excercise

Rajesh KumarI’m Rajesh Kumar, a DevOps, SRE, DevSecOps, Cloud, and Platform Engineering expert passionate about sharing practical knowledge, real-world experiences, and industry best practices. I have worked…

Read More

Elastic Assignment & Excercise

Elastic Elasticsearch Logstash Kibana Filebeat Elastic Stack Rajesh KumarI’m Rajesh Kumar, a DevOps, SRE, DevSecOps, Cloud, and Platform Engineering expert passionate about sharing practical knowledge, real-world experiences,…

Read More

Google Cloud Platform Assignment & Excercise

Rajesh KumarI’m Rajesh Kumar, a DevOps, SRE, DevSecOps, Cloud, and Platform Engineering expert passionate about sharing practical knowledge, real-world experiences, and industry best practices. I have worked…

Read More

Azure Assignment

Rajesh KumarI’m Rajesh Kumar, a DevOps, SRE, DevSecOps, Cloud, and Platform Engineering expert passionate about sharing practical knowledge, real-world experiences, and industry best practices. I have worked…

Read More

Cloud Assignment and Excercise

Rajesh KumarI’m Rajesh Kumar, a DevOps, SRE, DevSecOps, Cloud, and Platform Engineering expert passionate about sharing practical knowledge, real-world experiences, and industry best practices. I have worked…

Read More

CI/CD Assignment & Excercise

Rajesh KumarI’m Rajesh Kumar, a DevOps, SRE, DevSecOps, Cloud, and Platform Engineering expert passionate about sharing practical knowledge, real-world experiences, and industry best practices. I have worked…

Read More

SRE Assignment & Excercise

Rajesh KumarI’m Rajesh Kumar, a DevOps, SRE, DevSecOps, Cloud, and Platform Engineering expert passionate about sharing practical knowledge, real-world experiences, and industry best practices. I have worked…

Read More

Gitops Assignment & Excercise

Rajesh KumarI’m Rajesh Kumar, a DevOps, SRE, DevSecOps, Cloud, and Platform Engineering expert passionate about sharing practical knowledge, real-world experiences, and industry best practices. I have worked…

Read More

Puppet Tutorials: Installing and Configure Puppet Server & Agent

Setting up Puppet Server in RHEL 8 / CENTOS 8 Setting up Puppet Agent in Linux Configure Puppet Agent with Server Rajesh KumarI’m Rajesh Kumar, a DevOps,…

Read More

Puppet Tutorials: Complete Guide of Puppet Module

How to Create Puppet Module Skeleton? Step 1 – Install PDK Reference – https://www.puppet.com/docs/pdk/2.x/pdk_install.html Step 2 – Install PDK $ pdk new module <MODULE_NAME> $ pdk new…

Read More

Websphere Installation and Un-install Commands

Rajesh KumarI’m Rajesh Kumar, a DevOps, SRE, DevSecOps, Cloud, and Platform Engineering expert passionate about sharing practical knowledge, real-world experiences, and industry best practices. I have worked…

Read More

How to Build AI Image Classifier Without Coding

With technological advancements, machines can now simulate human intelligence to perform various tasks. This artificial intelligence (AI) exhibited by computer systems is increasingly adopted by businesses worldwide…

Read More

Puppet Tutorials: Puppet Server Component

About Puppet Server Puppet is configured in an agent-server architecture, in which a primary server node manages the configuration information for a fleet of agent nodes. Puppet…

Read More

How to set Static IP Address in Ubuntu?

Step 1 – Make a change in 00-installer-config.yaml Step 2 – Run following command for changes Rajesh KumarI’m Rajesh Kumar, a DevOps, SRE, DevSecOps, Cloud, and Platform…

Read More

Knative: KPA vs HPA

Rajesh KumarI’m Rajesh Kumar, a DevOps, SRE, DevSecOps, Cloud, and Platform Engineering expert passionate about sharing practical knowledge, real-world experiences, and industry best practices. I have worked…

Read More

Tanzu Command Line Options

Rajesh KumarI’m Rajesh Kumar, a DevOps, SRE, DevSecOps, Cloud, and Platform Engineering expert passionate about sharing practical knowledge, real-world experiences, and industry best practices. I have worked…

Read More

How to install func for Knative?

Install func in Linux? Rajesh KumarI’m Rajesh Kumar, a DevOps, SRE, DevSecOps, Cloud, and Platform Engineering expert passionate about sharing practical knowledge, real-world experiences, and industry best…

Read More

What is the hub and spoke model?

The hub and spoke model is a design pattern that is commonly used in transportation and logistics systems. In this model, a central hub (or “hub”) serves…

Read More

What is k3s?

K3s is a lightweight Kubernetes distribution created by Rancher Labs, and it is fully certified by the Cloud Native Computing Foundation (CNCF). K3s is highly available and production-ready….

Read More

Knative Function Workflow

Step 1 – func build Code –> Image Step 2 – func run Run image Locally Step 3 – func invoke Call APP FrontPage Step 4 –…

Read More

Most Popular serverless runtimes for Kubernetes

What is serverless? Serverless is a type of cloud computing in which the cloud provider is responsible for managing and allocating the servers for running an application,…

Read More

Helm Training Courses and Certification by DevOpsSchool

What is Helm? Helm is an open-source package manager for Kubernetes. It allows developers to easily manage and deploy applications on a Kubernetes cluster. Helm uses a…

Read More

How to set nexus user name and password in a AWS Code Pipeline

To set Nexus username and password in an AWS CodePipeline, you can use environment variables. Here is an example of how to set Nexus credentials using environment…

Read More

How to set Security Credentials in a AWS Code Build

To set security credentials in AWS CodeBuild, you can use the AWS CLI or the CodeBuild console. Using the AWS CLI: Using the CodeBuild console: You can…

Read More

Hashicorp Packer: What are the Location we can set variable

There are two kinds of variables in HCL Packer templates: Input variables, sometimes simply called “variables”, and Local variables, also known as “locals”. Input variables may have…

Read More

How to Generate Personal access tokens in Github

To generate a personal access token in GitHub: Rajesh KumarI’m Rajesh Kumar, a DevOps, SRE, DevSecOps, Cloud, and Platform Engineering expert passionate about sharing practical knowledge, real-world…

Read More

Encryption using Public key and Private key in PHP using mySql database

Write a php code for generating public key and private key on page one and on page two encrypt user entered data using public key and store…

Read More

Encryption using RSA public and Private Key using PHP

Write a php code for generating public key and private key Write a php code for generating public key and private key and enrcrypt data using public…

Read More