questions/devops-and-agile/kubernetes/page/4
Check your /etc/spt/sources.list and /etc/apt/sources.d/kubernetes.list. You might have ...READ MORE
Restarting kubelet, which has to happen for ...READ MORE
Yes, it is possible for containers to ...READ MORE
Pending pod cannot be scheduled onto a ...READ MORE
Config maps ideally stores application configuration in ...READ MORE
The ingress is exposing port 80 externally ...READ MORE
Yes, there's an example here of both ...READ MORE
Hey @Alia, I agree with @Harish, It is ...READ MORE
That issue happened to me when I ...READ MORE
apiVersion: "v1" kind: "PersistentVolumeClaim" met ...READ MORE
The output shows that the PersistentVolume has ...READ MORE
error execution phase preflight: couldn't validate the ...READ MORE
if you need to do this is ...READ MORE
One way is Init Containers. These are for ...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
No, because there is only 1 replica, ...READ MORE
Cluster federation is conceptually simple. You aggregate multiple ...READ MORE
Yes using replication controller but it may ...READ MORE
Just do port forward. kubectl port-forward [nginx-pod-name] 80:80 kubectl ...READ MORE
Kompose supports both building and pushing Docker ...READ MORE
Here are the different types of multi-container ...READ MORE
When we take the node for maintenance, ...READ MORE
In dashboard yaml, change cluster ip to ...READ MORE
This error occurs because of a race ...READ MORE
When you create a Pod, you can ...READ MORE
The hooks enable Containers to be aware ...READ MORE
The easiest way out is to prevent ...READ MORE
We can introduce probes. A liveness probe with ...READ MORE
if u want to directly want to ...READ MORE
Hey @Sam, you can attach an image ...READ MORE
I followed this tutorial on Hyper-V using ...READ MORE
An ingress is an object that holds ...READ MORE
To target only pods in a specific ...READ MORE
When a node is tainted, the pods ...READ MORE
Try using this CMD in your Dockerfile: CMD exec /bin/bash ...READ MORE
By declaring pods with the label(s) and ...READ MORE
Yes, it is possible to route traffic ...READ MORE
Each node runs services to run containers ...READ MORE
A application deployment requires , web tier ...READ MORE
Kubernetes is a combination of multiple parts ...READ MORE
By default, anti-affinity is not attempted by ...READ MORE
Node components run on every node, maintaining ...READ MORE
The Kubernetes network proxy runs on each ...READ MORE
Export your KOPS_STAT_STORE variable export KOPS_STATE_STORE=s3://your-bucket-name Get your instances ...READ MORE
Hey, You can edit or recreate it ...READ MORE
DNS is a built-in service in Kubernetes. ...READ MORE
These are two very different approaches. kubectl ...READ MORE
Hey! You follow this tutorial for installing ...READ MORE
You need to add a liveness and ...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.