python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k 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
Create kubernetes events using kubernetes event api
I am pretty new in the kubernetes field, and have specific interest in kubernetes eventing. What I did was creating a K8 cluster, assign PODs to that cluster, and type kubectl get events command to ...
Joyanta Biswas Mishu
Votes: 0
Answers: 2
LB for multiple Ngnix ingress controllers in private AKS
I have a private AKS cluster, which is running an NGINX ingress controller that has multiple replicas for HA.
I would like to put a proxy/LB in front of NGINX ingress controller in order to have only ...
Baurito
Votes: 0
Answers: 1
Cannot connect to Kubernetes NodePort Service
I have a running pod that was created with the following pod-definition.yaml:
apiVersion: v1
kind: Pod
metadata:
name: microservice-one-pod-name
labels:
app: microservice-one-app-label...
Vismark Juarez
Votes: 0
Answers: 2