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 deploy a KinD cluster in a docker swarm
I have deployed a docker swarm to Azure following the instructions in the quickstart guide. I also set up an ssh tunnel using the command from the quickstart:
ssh -L 2375:swarm-master-0:2375 -N userna...
jhill072
Votes: 0
Answers: 0
Fail to run a .NET app in Kubernetes in Kind
I'm trying to deploy a simple .NET App in local kubernetes cluster (Kind) for testing purposes. When a deployment is applied, a pod doesn't start with an error. But the image is built well as a contai...
Dmitriy
Votes: 0
Answers: 1
Setting domain name for ingress in Kind cluster
I want to create a domain name for my ingress which is accessible from external application. I am trying Contour ingress following https://kind.sigs.k8s.io/docs/user/ingress/#using-ingress on my Kind...
Rad4
Votes: 0
Answers: 1
How to adjust the IP network segment of the k8s cluster deployed by kind
Deploy kubevela using the kind cluster, but the deployed pod network segments all start with 10.24. I want to switch to 172.16. How should I configure it, my friends?
my pods ip
zekee
Votes: 0
Answers: 1