In this guide, we will demonstrate how to install Minikube on Linux Mint 21 step by step. Minikube is lightweight single node Kubernetes deployment on your local system. Minikube is generally used for some testing, POCs and learning purposes. It is a
Read More

In this blog post, we will cover how install Java on RHEL 9 step-by-step. Java is a hugely popular object-oriented language initially released in 1995 and currently owned by Oracle. Approximately 3 billion devices run on Java: from PCs to gaming consoles,
Read More

Are you looking for an easy guide for installing Kubernetes on Ubuntu 22.04? A step-by-step guide on this page will explain how to install Kubernetes using k3s on Ubuntu 22.04. Kubernetes is an open-source platform designed to automate the deployment, scaling, and
Read More

In this post, we will explain how install MySQL database server on RHEL 9 or Rocky Linux 9. We will cover installation steps of both MySQL 8.0 and latest version of MySQL 8.3.0. MySQL is a popular open-source relational database management system
Read More

In this tutorial, we will explain how to use variables in Terraform code with examples. Hard-coding values in Terraformโ€™s main configuration file is not a good idea since this prevents the re-usability of Terraform configuration files. This defeats the goal of IaC
Read More

In this blog post, we will cover how to install azure cli on Ubuntu 22.04 for Azure management. In the dynamic world of cloud computing, Microsoft Azure stands out as a leading public cloud platform, offering a comprehensive suite of services for
Read More