How to access OCI Container Engine for Kubernetes(OKE) and Deploy sample Apllication
To access a cluster using kubectl, you have to set up a Kubernetes configuration file (commonly known as a 'kubeconfig' file) for ...
-->
To access a cluster using kubectl, you have to set up a Kubernetes configuration file (commonly known as a 'kubeconfig' file) for ...
Oracle Cloud Infrastructure Container Engine for Kubernetes is a fully-managed, scalable, and highly available service that you can use t...
In this article we'll setup Kubectl autocomplete. It save us time and add convinience. Step 1. Install bash-completion [root@devopszon...
What is Kubernetes? Kubernetes is a container management tool. It is Donated by Google to the Opensource community. It has now become t...
CERTIFIED KUBERNETES ADMINISTRATOR (CKA) Linux Foundation Coupon [25% OFF] Sitewide The Linux Foundation is the largest open-source non-p...
How to create self signed certificate for Kubernetes Ingress controller Create CA key openssl genrsa -out ca.key 4096 Create CA certificat...