Skip to content
Top Menu
May 14, 2025
  • ABOUT US
  • PRIVACY POLICY
  • TERMS
  • DISCLOSURE
  • ASK ME
  • CONTACT
Linuxbuz logo

LinuxBuz

Tutorials for Linux

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

DEVOPS

Ansible-blockinfile-Module-Example
DEVOPS

Ansible Blockinfile Module Explained with Practical Examples

January 9, 2025April 12, 2025 - by Hitesh Jethva

Ansible’s blockinfile module is a powerful tool in Ansible that allows you to insert, update, or remove a block of multi-line text within a file. It is useful when managing …

Ansible Blockinfile Module Explained with Practical Examples Read More
Ansible-command-Module-Example
DEVOPS

Ansible Command Module Explained with Examples

January 9, 2025April 12, 2025 - by Hitesh Jethva

The command module in Ansible runs commands on a target host. Unlike the shell module, it executes the command directly without invoking a shell. This ensures a higher level of …

Ansible Command Module Explained with Examples Read More
ansible-yum-localinstall
DEVOPS

Ansible yum localinstall: A Guide to Install Local RPMs

January 8, 2025April 12, 2025 - by Hitesh Jethva

Ansible simplifies package management on Linux systems, especially when using the yum module. Typically, Ansible’s yum module installs packages from remote repositories. But what if you want to install RPM …

Ansible yum localinstall: A Guide to Install Local RPMs 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, 2024September 15, 2024 - 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

Posts pagination

Previous1…567…9Next
Copyright © 2025 LinuxBuz.
Proudly powered by WordPress | Theme: HitMag Pro by ThemezHut.