questions/devops-and-agile/kubernetes
Hey, You can actually just google Grafana ...READ MORE
Hi, @Hannah, Follow these steps: 1. Create a ...READ MORE
You can something like this, Make the ...READ MORE
Create a deployment of the mysql. Use ...READ MORE
Yes, this is possible. In Helm, one ...READ MORE
Have a look at this deployment: https://www.edureka.co/community/58783/deployment-controller-single-replica-redis-master-kubernetes You can ...READ MORE
Hi @Hannah, you can use something like ...READ MORE
Use something like this: application/appl/redis-slave-service.yaml apiVersion: v1 kind: Service metadata: ...READ MORE
$ kubectl get svc The connection to the ...READ MORE
kube-system calico-kube-controllers-56ccd8fbd4-zq7x5 0/1 Pending 0 40m <none> ...READ MORE
The new version of Kubernetes requires you ...READ MORE
Hello, I'm getting and error message while ...READ MORE
error execution phase preflight: couldn't validate the ...READ MORE
Yes, you can use kubectl on kops ...READ MORE
I learned this the hard way, but ...READ MORE
Hey @Sitara, check if all your pods ...READ MORE
You're getting this error because you do ...READ MORE
You can set the timezone of the ...READ MORE
Check your /etc/spt/sources.list and /etc/apt/sources.d/kubernetes.list. You might have ...READ MORE
Don't install using snap. It throws a ...READ MORE
ConfigMaps are always mounted read-only. If you need ...READ MORE
By default, anti-affinity is not attempted by Kubernetes as ...READ MORE
Make sure your imagePullPolicy is set to Always(this is the ...READ MORE
Kubernetes API server is exposed and accessible ...READ MORE
The output shows that the PersistentVolume has ...READ MORE
Create a Pod that runs two Containers Create a ...READ MORE
Scaling StatefulSets : Use kubectl to scale StatefulSets First, ...READ MORE
Rollback and rolling updates are a feature ...READ MORE
This error occurs because of a race ...READ MORE
Yes, there's an example here of both ...READ MORE
The easiest way out is to prevent ...READ MORE
Use kubectl get deployment <deployment>. If the ...READ MORE
By default Deployment in Kubernetes uses RollingUpdate as a ...READ MORE
Hey! You follow this tutorial for installing ...READ MORE
Node components run on every node, maintaining ...READ MORE
Kompose supports both building and pushing Docker ...READ MORE
One way is Init Containers. These are for ...READ MORE
Simply deleting the default StorageClass may not ...READ MORE
I have fixed the problem! the issue ...READ MORE
When you create a Pod, you can ...READ MORE
Well, you need to have some way ...READ MORE
Use the correct auth mode with API ...READ MORE
To target only pods in a specific ...READ MORE
Generally, in Kubenetes, a pod can have ...READ MORE
Node Affinity ensures that pods are hosted ...READ MORE
A service account provides an identity for ...READ MORE
With the advent of microservice architecture, users ...READ MORE
Whenever a pod exceeds its memory limit ...READ MORE
Containers on same pod act as if ...READ MORE
OR
Already have an account? Sign in.