Develop on EKC
To develop new Apps, Pods, and other Workloads, install a client on your local machine to access the Kubernetes API:
- Kubectl, official console client
- Python client, an official client library
- Another client library
Kubectl
kubectl is a CLI application that allows you to run commands against Kubernetes clusters.
Many commands can give output in JSON format. Install jq locally to automatically format JSON data in the terminal. Pipe it to less for navigation.
Read more about jsonpath
here:
kubectl can also output using Golang Templates
Read more about go-template
here:
Last update:
2023-02-06
Created: 2023-01-03
Created: 2023-01-03