Kubectl: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 19: Line 19:


  kubectl describe
  kubectl describe
<tt>kubectl get</tt> and <tt>kubectl describe</tt> mask sensitive information such as a [[Kubernetes Cluster Configuration Concepts#Secret|secret]]'s content


=Commands=
=Commands=

Revision as of 00:43, 22 August 2019

Internal

Overview

kubectl is the main Kubernetes command line tool, used to send REST API requests with JSON-formatted payloads into the API server.

Configuration

.kube config

Options

Obtaining Information about API Objects

kubectl get
kubectl describe

kubectl get and kubectl describe mask sensitive information such as a secret's content

Commands