Kubectl plugin

1 minute readExtensibilityDeveloper productivity
On this page

The Kubectl plugin integrates with the command-line tool, kubectl, to deploy and manage applications on Kubernetes. It provides procedures to manage Kubernetes objects using an imperative approach where objects can be created, updated, or deleted, using kubectl commands in conjunction with a YAML configuration file.

Supported versions

The Kubectl plugin has been tested with the following versions:

  • Kubernetes 1.10 (patch versions 6, 7, 9, and 11)

  • Kubernetes 1.11 (patch versions 2, 3, 4, and 5)

Earlier versions of Kubernetes have only been briefly tested, since the general recommendation is to use one of the supported versions listed above, due to security vulnerabilities with earlier versions.