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 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 »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 all relevant parties…
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 »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 of factors. For…
Read more »AWS IAM Policy to Protect SES SMTP
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 »Bash/Shell Script to test SMTP SES Credentials
Requirement 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…
Read more »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 providing a warm-standby…
Read more »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 secret named MY_SECRET….
Read more »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 EKS resources for…
Read more »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 a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus….
Read more »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), cross-site request forgery…
Read more »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 key settings to…
Read more »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 a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and…
Read more »Surviving the Dissertation: What You Have To Know Before Writing A Dissertation
Writing a dissertation is an intimidating prospect for many young people, but it can also be an exciting and rewarding experience. For some, it may represent the opportunity to finally…
Read more »Terraform dynamaic block details explaination with example
Terraform dynamic blocks are a way to dynamically generate Terraform configuration code based on the values of variables or maps. Dynamic blocks enable you to generate Terraform resources based on…
Read more »configure nginx in host server with https enabled and route all traffic container
Detail steps to configure nginx in host server with https enabled and route all traffic from nginx to docker container Here are the detailed steps to configure Nginx as a…
Read more »Why You SHOULD NOT try Google Cloud Trial?
What is Google Trial? The Google Cloud Free Program comprises the following: 90-day, $300 Free Trial: New Google Cloud and Google Maps Platform users can take advantage of a 90-day…
Read more »What is Azure Data Lake Storage (ADLS)?
Azure Data Lake Storage (ADLS) is a cloud-based data storage solution offered by Microsoft Azure. It is designed for big data analytics and allows organizations to store and process vast…
Read more »What is Azure Synapse?
Azure Synapse Analytics is a cloud-based big data analytics solution provided by Microsoft Azure that enables you to analyze large amounts of data from various sources in one place. It…
Read more »What is Azure hyperscale?
Example for Azure hyperscale Jami RajMotoShare.in is your go-to platform for adventure and exploration. Rent premium bikes for epic journeys or simple scooters for your daily errands—all with the MotoShare.in…
Read more »What is Azure Databricks
Note: Apache Spark is an open-source analytical platform for processing big data. In simple terms, it is a tool for analyzing large amounts of data quickly and efficiently. It allows…
Read more »Azure Data Factory
Some Examples to Understand azure Data Factory Jami RajMotoShare.in is your go-to platform for adventure and exploration. Rent premium bikes for epic journeys or simple scooters for your daily errands—all…
Read more »How to see number of emails sent using smtp in laravel
To see the number of emails sent using SMTP in Laravel, you can look for log entries in your Laravel application’s logs that indicate email messages have been sent. For…
Read more »What is a tenant / multi-tenant in computing and software domain?
A tenant is a group of users who share a common access with specific privileges to the software instance. Multi-tenancy is an architecture wherein a single occurrence of a software…
Read more »Shell script to git add and commit and push each directory at a time
This script will loop through each directory in the repository, checking if it is a Git repository. If it is, it will add all changes in the directory, commit them…
Read more »Git error: “remote: fatal: pack exceeds maximum allowed size (2.00 GiB)”
Error Solution Step 1 – First add and Commit in Smaller chunk Optional – add and Commit in Smaller chunk Step 2 – shell script to push in chunk of…
Read more »How to restore deleted ‘root’ user and password for MySQL
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 »