Managing multiple Kubernetes clusters with kubectl
Learn how to use kubectl CLI to manage multiple Kubernetes clusters. Import new config, add cluster, user, and context. Switch between contexts to manage …
M̶a̶k̶i̶n̶g̶ Hacking your life easier.
Learn how to use kubectl CLI to manage multiple Kubernetes clusters. Import new config, add cluster, user, and context. Switch between contexts to manage …
Ansible is an open-source tool for automating infrastructure and application deployment, using simple YAML language. It’s used to manage and automate …
Podman is a container engine for developing, managing, and running containers on your Linux System. With the support for NVIDIA GPUs, you can easily run …
Creating a database and user for a single application is a common task for developers and database administrators in small and medium environments. In this …
(UPDATE for DaVinci Resolve 19 on Fedora 41) DaVinci Resolve is a powerful video editing and color grading software that is used by professionals in the film …
I started in my new position 1 year ago as a Quality Engineer at Red Hat. I was struggling to find a better way to design, create, and run tests, so I decided …
A common task for Linux administrators is to create a background task that must be executed in the background. The most popular service manager in the Linux …
It’s a common scenario where it’s needed to share some keys/secrets with other members of the project team and it’s also common that those …
I want to show you some tricks and solutions that I designed along my journey automating stuff with Ansible. To use these tricks doesn’t matter if you are …
One of the easiest ways to install a Kubernetes distro for personal projects is using k3s, but you may not want to use some features built-in, like traefik as …
Imagine that you have some servers running applications and you need to find a way to backup the files and preserve their properties, like the user, group, …
HashiCorp Vagrant provides the same easy workflow regardless of your role as a developer, operator, or designer. It leverages a declarative configuration file …
It’s not easy to protect AWS accounts and one of the most common issues is related to credentials leakage that gives access even to all company’s …
I am a Software Quality Engineer at Red Hat, on the Ansible Automation Platform. The product I’m working on empowers multiple industries, like financial, …
This guide will show you how to install CKAN platform using docker-compose . What reference should I choose? Does exist many different guides available on …
Kimchi is an HTML5 based management tool for KVM. It is designed to make it as easy as possible to get started with KVM and create your first guest. - Kimchi …
Let’s considering you need to access some websites through an intranet or using some machine’s IP you already have SSH credentials. You can use your …
If you use the SSH a lot of time or want to sync files, probably you need to type your password many times a day. The way to avoid this problem and create a …
Learn the simplest way to start your MySQL database with Docker with only two commands. Docker is a project that automates the deployment of applications inside …
The “Uncomplicated Firewall” was designed to be a simple tool to setup iptables and create a full firewall structure with simple commands. On this tutorial, …
Use a secure connection to your MySQL databases with phpMyAdmin + CloudFlare Flexible SSL. 0 - Preparing your domain and active CloudFlare If you need help to …