python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to make the kubernetes dashboard accessible through normal http?
I am struggling with this since basically WEEKS now... There is literally not one single example how to do this on the whole internet. Its actually quiet hilarious.
My dashboard deployment:
spec:
pr...
MajesticOl
Votes: 0
Answers: 0
Command Line Arguments for Container in Kubernetes
I'm trying to deploy a docker container to my Kubernetes cluster, but I'm running into an issue with passing the required command-line arguments to the container. I need to pass two arguments called -...

WhirlingDerBing
Votes: 0
Answers: 1
Is it possible to find out resource update time from kubemaster?
We can see updates to deployment using command:
kubectl rollout history deploy/<name>
We can also see updated config using:
kubectl rollout history --revision=<revision-#> deploy/<name&...
Chakradar Raju
Votes: 0
Answers: 1
Change in Grafana helm chart to install as kind Statefulset instead of Deployment
I had installed kube-prometheus-stack from the helm chart repo prometheus-community
(k8s: minikube) $ kubectl get deploy,statefulset -n monitoring
NAME ...

vjwilson
Votes: 0
Answers: 2