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

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
copy files to and from kubernetes pods using kubectl
DEVOPS

kubectl cp Command: How to Copy Files to and from Kubernetes Pods

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

Copying files between your local system and Kubernetes pods is a common task for developers and system administrators. Kubernetes provides a handy kubectl command called kubectl cp to facilitate this …

kubectl cp Command: How to Copy Files to and from Kubernetes Pods Read More
enable auto completion for kubectl
DEVOPS

How to Enable Auto-Completion for Kubectl (Linux, Mac and Windows)

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

If you frequently use kubectl to manage your Kubernetes clusters, you know how powerful this command-line tool is. However, typing long commands and remembering exact resource names can be a …

How to Enable Auto-Completion for Kubectl (Linux, Mac and Windows) Read More
How to Decode a Kubernetes Secrets
DEVOPS

How to Decode Kubernetes Secrets with Examples

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

Kubernetes secrets are used to store sensitive data securely. The data is encoded in base64 to avoid accidental exposure. However, this is not encryption; it’s merely an encoding to prevent …

How to Decode Kubernetes Secrets with Examples Read More
install kubectl on ubuntu, windows and mac
DEVOPS

How to Install and Setup Kubectl on Ubuntu, Windows, and Mac

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

kubectl is the command-line tool for managing Kubernetes clusters. It allows you to deploy applications, inspect resources, and manage clusters. Whether you’re using Linux, Windows, or Mac, installing Kubectl is …

How to Install and Setup Kubectl on Ubuntu, Windows, and Mac Read More
How to Merge Git Branch into Master
DEVOPS

How to Merge a Git Branch into Master

September 15, 2024 - by Hitesh Jethva

Git branches allow you to work on different features or fixes without affecting the main codebase. Once you’re done, you need to merge these changes back into the master branch, …

How to Merge a Git Branch into Master Read More
create and delete a service in kubernetes
DEVOPS

How to Create a Service in Kubernetes (ClusterIP, NodePort, and LoadBalancer)

September 14, 2024September 16, 2024 - by Hitesh Jethva

In Kubernetes, a Service is an abstraction that defines how to access a group of Pods. It provides a stable endpoint for network communication, even if the Pods change over …

How to Create a Service in Kubernetes (ClusterIP, NodePort, and LoadBalancer) Read More
Cannot evict pod as it would violate the pod's disruption budget
DEVOPS

How to Fix “Cannot evict pod as it would violate the pod’s disruption budget”

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

When managing Kubernetes clusters, you might encounter an error stating, “Cannot evict pod as it would violate the pod’s disruption budget.” This error occurs when a Pod Disruption Budget (PDB) …

How to Fix “Cannot evict pod as it would violate the pod’s disruption budget” Read More
Create a static pod in Kubernetes
DEVOPS

Create a Static Pod in Kubernetes: Step-by-Step Guide

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

A Static Pod in Kubernetes is a pod that runs directly on a specific node without being managed by the Kubernetes API server. Unlike regular pods created through Deployment or …

Create a Static Pod in Kubernetes: Step-by-Step Guide Read More

Posts pagination

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