...

/

Introduction to kubectl

Introduction to kubectl

Get introduced to kubectl in Kubernetes.

We'll cover the following...

Overview

kubectl is a powerful command line tool for interacting with Kubernetes. We can use kubectl to create resources, list running objects, and more. It provides a convenient way to learn, operate, and manage Kubernetes. We can easily complete most management tasks via kubectl.

What is kubectl?

From a novice programmer’s view, kubectl is a swiss army knife—one tool that accomplish many different tasks. It can help us manage ...