Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.23 KB

File metadata and controls

51 lines (30 loc) · 1.23 KB

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

Show environment or cluster information

copsctl info cluster copsctl info environment