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
I had a similar error. I hadn't ...READ MORE
Hi Akhtar, You can follow the below steps ...READ MORE
Try something like this: containers: - name: ...READ MORE
Hi, You don't need to pass any argument ...READ MORE
Hi@akhtar, It seems that in your pod bash ...READ MORE
Hi@akhtar, You can follow the below-given steps to ...READ MORE
export KUBECONFIG=/etc/kubernetes/admin.conf READ MORE
Hi@akhtar, When you try to connect your kubernetes ...READ MORE
Hi@akhtar, You will have to create the secret ...READ MORE
If you check your config file, it ...READ MORE
Olaaa Jinu! Replica set and replication controller - ...READ MORE
Hi@akhtar, You can use the below-given commands to ...READ MORE
Hi@MD, You can edit your ConfigMap. Kubectl has ...READ MORE
Hi@akhtar, Kubernetes will automatically create one namespace named ...READ MORE
Hi@akhtar, To configure Kubernetes Cluster you need to ...READ MORE
Hi@akhtar, There are two common ways to fix ...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
I know this is an old question ...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
Hi@akhtar, The most common reason for this error ...READ MORE
Hey, You can connect the pod and the ...READ MORE
Hi Guys, You can use the below-given command ...READ MORE
Minikube is a tool that lets you ...READ MORE
Hi@akhtar, In above code, you have used secret ...READ MORE
ConfigMaps are always mounted read-only. If you need ...READ MORE
If your image is completed and not ...READ MORE
Check the firewall config and What port ...READ MORE
Hi@akhtar, You need to update your cluster details ...READ MORE
I learned this the hard way, but ...READ MORE
Hi@Moonty, To connect your Minikube, you have to ...READ MORE
There's a setting in Pod Security Context ...READ MORE
Hi@akhtar, You need to use the kubectl cp command ...READ MORE
Hi@akhtar, You're getting the following error because you've ...READ MORE
As it turns out, there is an ...READ MORE
Hi@akhtar, You can use kubectl create configmap with the --from-literal argument to ...READ MORE
Hi, If you want to manage your pods ...READ MORE
Node Affinity ensures that pods are hosted ...READ MORE
I had the same problem and I ...READ MORE
Hi@akhtar, You may get this error because of ...READ MORE
Hi@akhatr, The following error might indicate that something ...READ MORE
Hi@akhtar, I guess there is a problem with ...READ MORE
Yes, you can do it. A Persistent ...READ MORE
Hey, check this out for the steps ...READ MORE
Use OpenSSL or CfSSL. Refer to https://kubernetes.io/docs/setup/best-practices/certificates/ Hope it helps! To ...READ MORE
Hi@akhtar, you may be missing ebtables, ethtool, or a similar ...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.