Tag: kubectl

How to Create Kubernetes Namespace

June 30, 2022

Kubernetes namespaces help organize and distribute cluster resources between different users, teams, or customers. This tutorial shows how to create and manage Kubernetes namespaces.

Read more

How to Run Kubernetes on Windows

June 23, 2022

Kubernetes automates app deployment and scaling and significantly facilitates resource management. This tutorial shows how to run Kubernetes on Windows.

Read more

Kubernetes Service Discovery Guide

June 2, 2022

In this article, you will learn about how service discovery works through a hands-on example.

Read more

How to Deploy Elasticsearch on Kubernetes

September 8, 2021

The tutorial gives two examples for deploying Elasticsearch on seven dedicated pods. Learn how you can configure and create a custom Elasticsearch cluster on Kubernetes manually.

Read more

How To Delete Helm Deployment And Namespace

March 11, 2021

This step-by-step tutorial teaches you how to delete a Helm deployment from a specific namespace and how to remove a Kubernetes cluster namespace.

Read more

List of kubectl Commands with Examples (+kubectl Cheat Sheet)

December 24, 2020

The Kubernetes command-line tool, kubectl, allows you to control Kubernetes by carrying out HTTP requests to the Kubernetes API. This reference guide provides a list of the most common kubectl commands, along with a handy, downloadable cheat sheet.

Read more