questions/devops-and-agile/kubernetes/page/3
You can recover it using : Kubeadm token ...READ MORE
ClusterIP ClusterIP accesses the services through proxy. ClusterIP ...READ MORE
This is the CRON function for executing ...READ MORE
You probably missed the --client-ca-file flag in ...READ MORE
On Google Compute Engine (GCE) and Google Container Engine (GKE) (and ...READ MORE
use /bin/sh instead of /bin/bash This solved it ...READ MORE
PVs are resources in the cluster. PVCs ...READ MORE
I had a similar issue, but mine ...READ MORE
You can set the timezone of the ...READ MORE
echo "1" > /proc/sys/net/bridge/bridge-nf-call-iptables READ MORE
Containers on same pod act as if ...READ MORE
The new version of Kubernetes requires you ...READ MORE
Getting below error PS C:\kubectl> kubectl apply -f ...READ MORE
Well, you need to have some way ...READ MORE
Whenever a pod exceeds its memory limit ...READ MORE
A service account provides an identity for ...READ MORE
Scaling StatefulSets : Use kubectl to scale StatefulSets First, ...READ MORE
The mapping between persistentVolume and persistentVolumeClaim is ...READ MORE
Create a deployment of the mysql. Use ...READ MORE
Hi, @Hannah, Follow these steps: 1. Create a ...READ MORE
By default, anti-affinity is not attempted by Kubernetes as ...READ MORE
I have fixed the problem! the issue ...READ MORE
Hey, You can actually just google Grafana ...READ MORE
Load Balancer: So Kubernetes LoadBalancer just points ...READ MORE
If you are mounting the secret as ...READ MORE
You can something like this, Make the ...READ MORE
Check out this example that allows to ...READ MORE
root@kmaster:/home/master# kubectl get pods -o wide --all-namespaces NAMESPACE ...READ MORE
Hi @Hannah, you can use something like ...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
Yes, this is possible. In Helm, one ...READ MORE
Use something like this: application/appl/redis-slave-service.yaml apiVersion: v1 kind: Service metadata: ...READ MORE
I have added "/" endpoints in each ...READ MORE
Docker defines a format for bundling an ...READ MORE
Whenever master node under kubernetes fails, the ...READ MORE
You can use --dry-run flag to test the manifest. This ...READ MORE
Simply deleting the default StorageClass may not ...READ MORE
Yes, you can use kubectl on kops ...READ MORE
You can use edit for small changes ...READ MORE
Make sure your imagePullPolicy is set to Always(this is the ...READ MORE
Rollback and rolling updates are a feature ...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
Config maps ideally stores application configuration in ...READ MORE
Restarting kubelet, which has to happen for ...READ MORE
Pending pod cannot be scheduled onto a ...READ MORE
Yes, it is possible for containers to ...READ MORE
The ingress is exposing port 80 externally ...READ MORE
Yes, there's an example here of both ...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.