Future of DevOps Consulting in India and its Leading Companies
The future of DevOps consulting in India looks bright, with the growing adoption of DevOps practices by organizations of all sizes and across all industries. According to…
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…
Difference Between Azure Activity and Azure Diagnostic logs
Azure Activity and Azure Diagnostic logs are two different services in Azure that provide different types of logs. Azure Activity logs It provide insight into operations that…
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…
Laravel Tutorials: PHP Templating using Blade
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…
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…
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…
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…
What is DevOpsSchool?
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…
Vagrant Assignment & Excercise
Submit a assignment at https://www.debug.school/ and share your url in the comment section Rajesh KumarI’m Rajesh Kumar, a DevOps, SRE, DevSecOps, Cloud, and Platform Engineering expert passionate…
AWZ Vs Azure Vs Google Cloud
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…
Simple Tips on Formatting an MLA Essay in Google Docs
The preparation of any student, scientific, research, and other work requires taking into account certain requirements for formatting the text. One of the modern and popular styles…
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…
Jenkins Pipeline code for Sending an email on Build Failure
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…
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…
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…
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…
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>…
Best Practices For Developing A Data Governance Plan
The development of a data governance plan is essential for the effective functioning and management of an organization’s information. Best practices must be followed to ensure that…
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…
ArgoCd: How to do Capacity Planning for ArgoCd in Production
It is not easy to come with a one-size-fits-all recommendation (and that’s why we don’t deliver resource limits by default), because the requirements vary on a lot…
AWS IAM Policy to Protect SES SMTP
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…
Bash/Shell Script to test SMTP SES Credentials
Requirement 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…
Gitlab GEO – A Disaster Recovery & Standby Solution
Geo replicates your database, your Git repositories, and few other assets, but there are some limitations. Geo is the solution for widely distributed development teams and for…
Github Action Example code to Call terraform apply command
This workflow: In this example, we also pass an environment variable TF_VAR_my_variable to the terraform apply command. The value of this variable is retrieved from a GitHub…
Guide for Installing GitLab chart in AWS EKS Cluster
Requirement & prerequisite for Installing GitLab chart in AWS EKS Cluster How do I setup persistent storage in Amazon EKS? Configure storage for the GitLab chart Preparing…
How do I setup persistent storage in Amazon EKS?
To set up persistent storage in Amazon EKS, you can follow these general steps: Rajesh KumarI’m Rajesh Kumar, a DevOps, SRE, DevSecOps, Cloud, and Platform Engineering expert…
List of detailed check list to protect and secured laravel projects
Securing a Laravel project involves implementing a number of best practices to protect the application from various types of attacks, such as SQL injection, cross-site scripting (XSS),…
List of setting in .env for production environment for secured laravel projects
In a production environment, it’s important to configure certain settings in the .env file to ensure that your Laravel application is secure and performant. Here are some…
SonarQube Assignment
Write a 1 post for each questions below at www.Debug.School and submit a answer post url in the comment below Rajesh KumarI’m Rajesh Kumar, a DevOps, SRE,…
