-
-
sharan kumar joined the group
Kubernetes discussion Group 3 weeks, 6 days ago
-
Muvvala Rohit joined the group
Kubernetes discussion Group 3 months, 3 weeks ago
-
raj kumar suman joined the group
Kubernetes discussion Group 1 year, 9 months ago
-
-
-
Aslam Ansari joined the group
Kubernetes discussion Group 1 year, 10 months ago
-
Vennapusa Viswanathreddy joined the group
Kubernetes discussion Group 2 years, 11 months ago
-
-
-
GANESH APPALABATTULA joined the group
Kubernetes discussion Group 3 years, 6 months ago
-
GANESH APPALABATTULA posted an update in the group
How can we access pods external to Kubernetes network ? 3 years, 6 months ago
In kubernetes Every pod can be accessed with in a cluster by using an IP address, Master IP , Nose IP
Below is the command :
Kubectl expose -pod name – name SVC1 –service port no. –target-port –Node portSVC – service name
Target port – pod number which we can’t to access -
-
Muctarr Rahim joined the group
Kubernetes discussion Group 3 years, 6 months ago
-
Sreekanth Adari posted an update in the group
How can we access pods external to Kubernetes network ? 3 years, 6 months ago
We can make the pods access externally by exposing the pod as Node Port / Cluster IP / LoadBalancer
Below is the command :
$ kubectl expose –name –port –target-port –type ClusterIP / NodePort / LoadBalancer -
-
Vardhan Kandregula posted an update in the group
Kubernetes discussion Group 3 years, 6 months ago
What was the command TAINT can do?
-
Sreekanth Adari posted an update in the group
Kubernetes discussion Group 3 years, 7 months ago
How to delete minikube ?
-
Sreekanth Adari posted an update in the group
Kubernetes discussion Group 3 years, 7 months ago
What are different 3rd party tools ti install Kubernetes ?
-
Minikube,
Rancher 3KDInstallation steps
1. Installed minikube with below command :
1. Before installing, we need drivers, we can find details here https://minikube.sigs.k8s.io/docs/drivers/
$ brew install minikube
1. Installation did not worked to run the command “minikube start” as it did not find below drivers…[Read more]
-
-
Sreekanth Adari posted an update in the group
Kubernetes discussion Group 3 years, 7 months ago
Creating AKS failed at Validation due to quota issue.
{“code”:”InvalidTemplateDeployment”,”message”:”The template deployment ‘microsoft.aks-20201120125616’ is not valid according to the validation procedure. The tracking id is ‘c5ad6a42-6ed2-45cb-a63a-a5ade0757ed8’. See inner errors for…[Read more]
-
Business requirement : Ended up creating only 2 nodes instead of 3, ideally for business to have good redundancy and enough resources to balance the traffic/workload
Issue : From macbook terminal, unable to run kubectl commands even though aws cli is installed and loggied in using authorisded AMI account.
Solution :
Troubleshooting steps…[Read more]
-
- Load More