questions/devops-and-agile/kubernetes
mkdir -p $HOME/.kube sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config sudo ...READ MORE
Hi@akhtar, You may get this error if Kubectl ...READ MORE
Yes it is possible by using NodePort ...READ MORE
Hi Akhtar, You can follow the below steps ...READ MORE
Try something like this: containers: - name: ...READ MORE
I had a similar error. I hadn't ...READ MORE
Hi@akhtar, It seems that in your pod bash ...READ MORE
Hi, You don't need to pass any argument ...READ MORE
Hi@akhtar, You can follow the below-given steps to ...READ MORE
Hi@akhtar, When you try to connect your kubernetes ...READ MORE
export KUBECONFIG=/etc/kubernetes/admin.conf READ MORE
Hi@akhtar, You will have to create the secret ...READ MORE
Olaaa Jinu! Replica set and replication controller - ...READ MORE
If you check your config file, it ...READ MORE
Hi@MD, You can edit your ConfigMap. Kubectl has ...READ MORE
Hi@akhtar, You can use the below-given commands to ...READ MORE
Hi@akhtar, Kubernetes will automatically create one namespace named ...READ MORE
Hi@akhtar, There are two common ways to fix ...READ MORE
Hi@akhtar, To configure Kubernetes Cluster you need to ...READ MORE
Hi@akhtar, Kubernetes and Apache Mesos are DevOps infrastructure ...READ MORE
Hi@akhtar, In your secret you can't give data ...READ MORE
Hi@akhtar, In yml code, you can't use equals ...READ MORE
Hi@akhtar, You will get your token when you ...READ MORE
I know this is an old question ...READ MORE
Hey, You can connect the pod and the ...READ MORE
Minikube is a tool that lets you ...READ MORE
If your image is completed and not ...READ MORE
Hi@akhtar, In above code, you have used secret ...READ MORE
Check the firewall config and What port ...READ MORE
Hi@akhtar, The most common reason for this error ...READ MORE
Hi@akhtar, You need to update your cluster details ...READ MORE
Hi Guys, You can use the below-given command ...READ MORE
Hi@Moonty, To connect your Minikube, you have to ...READ MORE
As it turns out, there is an ...READ MORE
I learned this the hard way, but ...READ MORE
Hi, If you want to manage your pods ...READ MORE
Hi@akhtar, You need to use the kubectl cp command ...READ MORE
Yes, you can do it. A Persistent ...READ MORE
Hey, check this out for the steps ...READ MORE
Hi@akhtar, I guess there is a problem with ...READ MORE
Use OpenSSL or CfSSL. Refer to https://kubernetes.io/docs/setup/best-practices/certificates/ Hope it helps! To ...READ MORE
This article will help you. https://www.google.co.in/amp/s/www.edureka.co/blog/install-kubernetes-on-ubuntu/amp/ You have to ...READ MORE
Hi@akhatr, The following error might indicate that something ...READ MORE
Hi@Aryan, I have checked your Jenkins file in ...READ MORE
Hi@akhtar, You're getting the following error because you've ...READ MORE
Hi@akhtar, You can use kubectl create configmap with the --from-literal argument to ...READ MORE
Hi@akhtar, You may get this error because of ...READ MORE
There's a setting in Pod Security Context ...READ MORE
ConfigMaps are always mounted read-only. If you need ...READ MORE
Hi@akhtar, When you create a ConfigMap using --from-file, the ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.