questions/devops-and-agile/kubernetes
Can you tell me how i can ...READ MORE
Hi@akhtar, You may get this error if Kubectl ...READ MORE
mkdir -p $HOME/.kube sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config sudo ...READ MORE
Yes it is possible by using NodePort ...READ MORE
check if namesapce is defined in kube ...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
Whenever a pod exceeds its memory limit ...READ MORE
Hi, You don't need to pass any argument ...READ MORE
Hi@akhtar, It seems that in your pod bash ...READ MORE
After adding gpg key and repositories, you ...READ MORE
Hi@akhtar, You can follow the below-given steps to ...READ MORE
Case: 1) If i put the hostname like ambari-app.ec2.internal ...READ MORE
export KUBECONFIG=/etc/kubernetes/admin.conf READ MORE
Hi@akhtar, When you try to connect your kubernetes ...READ MORE
You can add this ENV variable export VPC_ID=vpc-YOURID READ MORE
Hi Guys, I have launched one kubernetes cluster ...READ MORE
Hi@akhtar, You will have to create the secret ...READ MORE
If you check your config file, it ...READ MORE
I installed all the steps as mentioned ...READ MORE
Olaaa Jinu! Replica set and replication controller - ...READ MORE
Hi@akhtar, You can use the below-given commands to ...READ MORE
When I execute the command : "minikube ...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, In your secret you can't give data ...READ MORE
Hi@akhtar, Kubernetes and Apache Mesos are DevOps infrastructure ...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
ConfigMaps are always mounted read-only. If you need ...READ MORE
Minikube is a tool that lets you ...READ MORE
Hi@akhtar, In above code, you have used secret ...READ MORE
Check the firewall config and What port ...READ MORE
Hi@akhtar, You need to update your cluster details ...READ MORE
If your image is completed and not ...READ MORE
I learned this the hard way, but ...READ MORE
Hi@Moonty, To connect your Minikube, you have to ...READ MORE
Node Affinity ensures that pods are hosted ...READ MORE
There's a setting in Pod Security Context ...READ MORE
Hi@akhtar, You're getting the following error because you've ...READ MORE
I had the same problem and I ...READ MORE
Hi@akhtar, You can use kubectl create configmap with the --from-literal argument to ...READ MORE
Hi@akhtar, You need to use the kubectl cp command ...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.