Questions tagged [kubernetes-cluster]
109 questions
-1
votes
1 answer
Can kubernetes TLS certificates be signed by a public Certificate Authority?
Can kubernetes TLS certificates be signed by a public Certificate Authority?
Our cluster was security scanned using Nessus and it brought to light a few "vulnerabilities".
Description: The server's X.509 certificate cannot be trusted
Solution:…

user1610468
- 1
- 1
-1
votes
2 answers
How To SetUp Multi node Cluster in my own server?
How To SetUp Multi node Cluster in my own server ?
I have already use Minikube,kind but i need to setup multinode cluster in my own server without using Google Cloud, AWS and Red Hat OpenShift.
Can anyone provide me any documentation or tutorial.

Golam Kibria
- 114
- 7
-2
votes
1 answer
Minikube multi-node cluster mounting host machine filesystem to all the nodes
I am creating a Minikube multi-node kubernetes cluster with 2 nodes mounting the $HOME/Minikube/mount directory from the host filesystem to the data directory in the cluster nodes.
I used the following command to achieve this,
minikube start --nodes…

Seralahthan
- 182
- 11
-2
votes
1 answer
Kubernetes cronjob to recycle a specific pod
I am a recent Kubernetes user and would like to know if there is any way to create a cronjob that allows me to delete a specific pod from my cluster. After deleting it, I know it will be recreated and that's exactly what I want ... a refresh.
It is…

Acacio Demetrio
- 1
- 2