copsctl
Introduction
copsctl - the conplement AG Kubernetes developer tooling
Requirements
Installation
Manual Installation
Simply download a binary for your target system from Releases, set it to you PATH, and you are ready to go.
Homebrew (macOS and Linux)
You can install copsctl using Homebrew:
brew tap conplementag/tap
brew install copsctl
For more details, visit conplementAG/homebrew-tap.
Contributing
For contributing to the project, and for development instructions, please check CONTRIBUTING.md
Getting Started
Connect to a cluster
copsctl connect -e <environment-tag>
(Environment-tag determines the name of the cluster.)
Create a kubernetes namespace
copsctl namespace create -n <namespace-name> -u [email protected]
(Namespace-name specifies the name of the kubernetes namespace.)
Show help
copsctl --help
copsctl info cluster
copsctl info environment