Skip to content
Top Menu
January 22, 2026
  • ABOUT US
  • PRIVACY POLICY
  • TERMS
  • DISCLOSURE
  • ASK ME
  • CONTACT
Linuxbuz logo

LinuxBuz

Tutorials for Linux

  • HOME
  • LINUX HOW TO
  • DEVOPS
  • RESOURCES
  • GAMES
  • ADVERTISE

Author: Hitesh Jethva

how-to-make-a-modded-minecraft-server
RESOURCES

How to Make a Modded Minecraft Server on Windows

October 18, 2024August 4, 2025 - by Hitesh Jethva

Minecraft is one of the most popular online games around the world. It is a sandbox multiplayer game written based on Java and developed by Mojang Studios. Minecraft allows users …

How to Make a Modded Minecraft Server on Windows Read More
How to Manage Linux Containers Using Buildah
DEVOPS

How to Manage Linux Containers Using Buildah

September 28, 2024September 28, 2024 - by Hitesh Jethva

Buildah is a command-line tool for building and managing container images. Unlike Docker, It does not require a daemon to run. It interacts directly with the container runtime, making it …

How to Manage Linux Containers Using Buildah Read More
How to Set Docker Compose Environment Variables
DEVOPS

How to Set Docker Compose Environment Variables

September 24, 2024September 19, 2024 - by Hitesh Jethva

Environment variables are important for managing and configuring Dockerized applications. They allow you to externalize settings like database credentials, API keys, and environment modes. This means you don’t need to …

How to Set Docker Compose Environment Variables Read More
how to drain a node in Kubernetes
DEVOPS

Kubectl Drain: How to Drain a Node in Kubernetes

September 19, 2024July 11, 2025 - by Hitesh Jethva

Node draining is the process of safely evicting all pods from a Kubernetes node. This is typically done for maintenance tasks, scaling down the cluster, or decommissioning a node. The …

Kubectl Drain: How to Drain a Node in Kubernetes Read More
devops vs aiops
DEVOPS

DevOps vs AIOps: Explore Differences, Benefits, and Use Cases

September 19, 2024 - by Hitesh Jethva

The IT industry is evolving quickly due to technological advancements and growing concerns about cybercrime. Traditional practices are needed to manage complex IT infrastructure. Also, maintaining security while providing fast …

DevOps vs AIOps: Explore Differences, Benefits, and Use Cases Read More
How to Create Pods in Kubernetes
DEVOPS

Kubectl Create Pods: How to Create Pods in Kubernetes

September 18, 2024September 13, 2024 - by Hitesh Jethva

A pod is a group of one or more containers with shared storage/network resources and a specification for how to run the containers. Pods allow you to run multiple containers …

Kubectl Create Pods: How to Create Pods in Kubernetes Read More
How to Delete a Kubernetes Deployment
DEVOPS

Kubectl Delete Deployment – How to Delete a Kubernetes Deployment

September 18, 2024September 15, 2024 - by Hitesh Jethva

You need to delete a deployment in Kubernetes to free up resources, update or reconfigure applications, manage testing environments, scale down during low usage, or troubleshoot issues. This ensures your …

Kubectl Delete Deployment – How to Delete a Kubernetes Deployment Read More
How to Delete Pods From Kubernetes Nodes
DEVOPS

Kubectl Delete Pod: How to Delete/Drain Pods from a Kubernetes Node

September 18, 2024October 12, 2024 - by Hitesh Jethva

In Kubernetes, a pod is the smallest deployable unit that can be created, managed, and scaled. Pods encapsulate one or more containers, storage resources, a unique network IP, and options …

Kubectl Delete Pod: How to Delete/Drain Pods from a Kubernetes Node Read More
Create a Namespace in Kubernetes Using kubectl
DEVOPS

Kubectl Create Namespace: How to Create a Namespace in Kubernetes

September 17, 2024September 23, 2024 - by Hitesh Jethva

A namespace in Kubernetes helps you organize and manage resources within your cluster. It is useful for dividing cluster resources between multiple users or teams. You can create a namespace …

Kubectl Create Namespace: How to Create a Namespace in Kubernetes Read More
Create a Kubernetes Deployment Using kubectl create deployment command
DEVOPS

Kubectl Create Deployment – How to Create a Kubernetes Deployment

September 17, 2024September 13, 2024 - by Hitesh Jethva

In Kubernetes, deployments provide a way to manage how your application runs. They offer several advantages over manually starting pods. Deployments can automatically start multiple instances of your application (for …

Kubectl Create Deployment – How to Create a Kubernetes Deployment Read More

Posts pagination

Previous1…161718…22Next
Copyright © 2026 LinuxBuz.
Proudly powered by WordPress | Theme: HitMag Pro by ThemezHut.