I am a Cloud Consultant with over 15 years of experience in Linux, Kubernetes, cloud technologies (AWS, Azure, OpenStack), automation (Ansible, Terraform), and DevOps. I hold certifications like RHCA, ...
In this guide, we explore how you can implement a dual-boot setup of Linux Mint 21 (Vanessa) alongside Windows 11. If you are running Windows on your PC and want to try out Linux, one of the options ...
Linux Mint 20, also referred to as Ulyana, was released in June 2020 and packs with a basket of new features and enhancements to improve your overall user experience. If you have Windows 10 already on ...
Short for change ownership, Chown command is a command-line utility that is used to change the user or group ownership of a file or directory and even links. The Linux philosophy is such that every ...
Chmod command in Linux is used to change or assign permissions on files and directories. In Linux / Unix systems, accessibility to files and directories is determined by file ownership and permissions ...
The first step is to decide which system you will use to install Kubesphere. At the moment of writing this article, the following are the only operating systems that are supported. Ubuntu 16.04, 18.04 ...
In a previous topic, we walked you through how create and manage KVM machines on command line. For command-line enthusiasts, this is an ideal way of creating and keeping tabs on virtual machines. For ...
Hello Geeks, Debian has finally released its stable OS version 11 and It’s code name is ‘bullseye’. Debian 11 is a LTS version which means we will get updates and support till 2025. It has come up ...
Are you looking for an easy guide on how to install Kubernetes (k8s) using kubespray? The step-by-step guide on this page will show you how to install Kubernetes Cluster using kubespray on linux ...
KVM (Kernel based Virtual Machine) is an opensource virtualization technology built for Linux machines. It comprises a kernel module – kvm.ko which provides the core virtualization platform and a ...
Elasticsearch is a distributed, RESTful high-performance search and analytics engine built on Apache Lucene. It’s an ideal choice for log analytics given its support for schema-free JSON documents and ...
In this guide, we will learn how to install Gateway API in Kubernetes with Istio as controller. Traditional Kubernetes Ingress has limitations: it is vendor-specific, lacks standardization, and offers ...