• Home
  • Kubectl CLI Plugin Development

Extend Kubernetes with your custom plugin added to the kubectl CLI tool

Kubectl CLI Plugin Development

Extend Kubernetes with your custom plugin added to the kubectl CLI tool
Kubectl CLI Plugin Development

Kubernetes

This lab takes you through the introductory steps for developing a kubectl plugin. You will create a plugin that will interact with a Kubernetes cluster. While the plugin is written in Go, the steps will gently guide you, even if you are a bit new at writing code in Go.

In this lab, you will learn how to:

    ☐ Lay out the source directory structure for a kubectl plugin
    ☐ Connect implementation logic to command
    ☐ Work with client references that can administer Kubernetes
    ☐ List and create Pods via a custom plugin

  • LEVEL

    Intermediate

  • DURATION

    25 minutes

  • UPDATED

    31 Dec, 2021

Categories