questions/devops-and-agile/kubernetes/page/4
That issue happened to me when I ...READ MORE
error execution phase preflight: couldn't validate the ...READ MORE
apiVersion: "v1" kind: "PersistentVolumeClaim" met ...READ MORE
The output shows that the PersistentVolume has ...READ MORE
Follow these steps: $ kubeadm reset $ kubeadm init ...READ MORE
kube-system calico-kube-controllers-56ccd8fbd4-zq7x5 0/1 Pending 0 40m <none> ...READ MORE
Create a Pod that runs two Containers Create a ...READ MORE
Hey @Alia, I agree with @Harish, It is ...READ MORE
No, because there is only 1 replica, ...READ MORE
One way is Init Containers. These are for ...READ MORE
if you need to do this is ...READ MORE
Yes using replication controller but it may ...READ MORE
Cluster federation is conceptually simple. You aggregate multiple ...READ MORE
Here are the different types of multi-container ...READ MORE
Kompose supports both building and pushing Docker ...READ MORE
The easiest way out is to prevent ...READ MORE
When we take the node for maintenance, ...READ MORE
When you create a Pod, you can ...READ MORE
The hooks enable Containers to be aware ...READ MORE
Just do port forward. kubectl port-forward [nginx-pod-name] 80:80 kubectl ...READ MORE
We can introduce probes. A liveness probe with ...READ MORE
Hey @Sam, you can attach an image ...READ MORE
This error occurs because of a race ...READ MORE
To target only pods in a specific ...READ MORE
An ingress is an object that holds ...READ MORE
By declaring pods with the label(s) and ...READ MORE
if u want to directly want to ...READ MORE
When a node is tainted, the pods ...READ MORE
Each node runs services to run containers ...READ MORE
Yes, it is possible to route traffic ...READ MORE
The Kubernetes network proxy runs on each ...READ MORE
In dashboard yaml, change cluster ip to ...READ MORE
Hey! You follow this tutorial for installing ...READ MORE
When we create a job spec, we ...READ MORE
A application deployment requires , web tier ...READ MORE
Node components run on every node, maintaining ...READ MORE
You need to add a liveness and ...READ MORE
A resource quota, defined by a ResourceQuota ...READ MORE
By default, anti-affinity is not attempted by ...READ MORE
If the config map is mounted into ...READ MORE
DNS is a built-in service in Kubernetes. ...READ MORE
Use the correct auth mode with API ...READ MORE
Export your KOPS_STAT_STORE variable export KOPS_STATE_STORE=s3://your-bucket-name Get your instances ...READ MORE
Kubernetes is a combination of multiple parts ...READ MORE
These are two very different approaches. kubectl ...READ MORE
By default Deployment in Kubernetes uses RollingUpdate as a ...READ MORE
Use kubectl get deployment <deployment>. If the ...READ MORE
The Deployment updates Pods in a rolling ...READ MORE
Applying changes to a Deployment process with ...READ MORE
Though we compare Docker Vs Kubernetes, it ...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.