Kubernetes has become the de facto standard for container orchestration, providing robust and scalable solutions for managing containerized applications. As the Kubernetes ecosystem evolves, it…
Linux cheat sheet
Kubernetes has become the de facto standard for container orchestration, providing robust and scalable solutions for managing containerized applications. As the Kubernetes ecosystem evolves, it…
Registry blobs in a Kubernetes environment can accumulate over time, leading to increased storage usage and potential performance issues. To ensure the efficient operation of…
Prometheus is an open-source monitoring solution widely used for gathering and visualizing metrics from various systems. In a Kubernetes cluster, Prometheus can be a valuable…
In today’s fast-paced digital landscape, organizations are increasingly relying on containerization to efficiently deploy and manage their applications. Kubernetes, an open-source container orchestration platform, has…
When working with Jenkins pipelines, you may need to retrieve the URL of your GitHub repository dynamically and use it in your pipeline. Here’s a…
The process of downloading and restoring NuGet packages is crucial for building and maintaining .NET projects, but connectivity issues and network constraints can sometimes lead…
1. Determine which logs you want to clean: Use the command “journalctl –disk-usage” to see how much space your logs are taking up. If you…
To make manual approval in Jenkins pipeline, you can use the input step. Here’s an example: stage(‘Approval’) lets you manually approve, decline or postpone for…
Web Application Firewall is an additional layer of security for your services and now we are going to implement it on practice. Let’s start with…
First, you need to identify the partition that you want to resize. You can use the command “lsblk” to list all the available disks and…