Containerizing kubectl for working with OKE (Oracle Kubernetes Engine)
kubectl is one of the command line interfaces for managing k8s. In this post, we are containerizing kubectl for easy utilization across different environments. Because kubectl in OKE is related with OCI CLI, we are setting up the kubectl tool by adding it to ocloudshell container we created in this post. STEP 1 Configure OCI CLI as mentioned in […]
More