Access your infrastructure
OpsCanvas makes it easy to access your infrastructure and application components by providing a CLI that does the heavy lifting of finding, authenticating, configuring, and connecting.
Using the OpsCanvas CLI
wget https://oc-cli-release.s3.amazonaws.com/releases/latest/oc_Darwin_x86_64.tar.gzwget https://oc-cli-release.s3.amazonaws.com/releases/latest/oc_Linux_x86_64.tar.gztar -xzf oc_Darwin_x86_64.tar.gztar -xzf oc_Linux_x86_64.tar.gzsudo mv oc /usr/local/binwget https://oc-cli-release.s3.amazonaws.com/releases/latest/oc_Linux_x86_64.tar.gz (if not already downloaded) wget https://oc-cli-release.s3.amazonaws.com/oc/releases/latest/oc_1.1.0_checksums.txt sha256sum -c --ignore-missing oc_1.1.0_checksums.txtoc info
Operation Reference
Assume role with access
Update the Kubernetes config file
Optional: alias kubectl
Optional: set the default namespace

Select the kubectl context
Verify
Last updated