Skip to main content
Filter by
Sorted by
Tagged with
-3 votes
0 answers
69 views

I set up a Kubernetes cluster using Kind with one master and two worker nodes, and implemented Cilium's eBPF kube-proxy replacement. I deployed an nginx application and exposed it externally via ...
LeoJamin's user avatar
-1 votes
1 answer
381 views

]# kind create cluster Creating cluster "kind" ... ✓ Ensuring node image (kindest/node:v1.33.1) 🖼 ⠈⠑ Preparing nodes 📦 ✓ Preparing nodes 📦 ✓ Writing configuration 📜 ✗ Starting ...
saravanan kumar's user avatar
0 votes
0 answers
66 views

I'm trying to deploy the most simple demo app. Two services foo-service and bar-service - both listen on 8080. Now I want to visit http://localhost/foo and http://localhost/bar and see them. Here's ...
A. Gardner's user avatar
1 vote
1 answer
178 views

I am trying to setup APISIX gateway ingress controller enabled application (spring-boot) on a local KIND kubernetes cluster. Here are the steps that I followed, I was able to succesfully install and ...
Mandar K's user avatar
  • 427
0 votes
0 answers
50 views

I want the defalut container(contained) in the k8s pod to use the parameter cpu-rt-runtime, so I modified the following part of the k8s code to test it staging/src/k8s.io/cri-api/pkg/apis/runtime/v1/...
Sagi mune's user avatar
0 votes
1 answer
101 views

I have successully configured an external load balancer service with Kind (Kubernetes in Docker) using kind-cloud-provider. I can access the service using http://localhost:63238 Here is my yaml file (...
Julien's user avatar
  • 111
0 votes
1 answer
355 views

I have a local kind deployment which deploys 3 services, MLflow, Katib and a K8s dashboard. I can deploy these as services and access them via port forwarding to each service and visiting the url in ...
Dana Strong's user avatar
0 votes
0 answers
75 views

Im new in kafka and kubernates. Im using bitnami chart to deploy kafka in my kind cluster kubernetes (on my own server). Im trying to connect to kafka from my spring boot application, that started on ...
Danil Krivobok's user avatar
0 votes
1 answer
61 views

Source.yaml file: apiVersion: v1 kind: Source name: hello-world spec: kind: PostgreSQL properties: host: mydb1.amazonaws.com user: meeran port: 5432 ssl: false password: ...
Meeran S's user avatar
0 votes
1 answer
158 views

I am following this guide to create a simple kubernetes cluster on my machine: https://www.appvia.io/blog/tutorial-deploy-kubernetes-cluster When trying to run kind create cluster --name mycluster --...
user2913139's user avatar
0 votes
1 answer
182 views

I have an Azure VM running ubuntu 22.04, I installed kind Kubernetes cluster as a Docker container inside the VM and deployed few pods on the k8s. Now I would like to access some of the pods via ...
Minesh's user avatar
  • 2,302
0 votes
1 answer
191 views

I would like to know which is the best way to reach a MySQL database that is behind a ssh server. So from DataGrip or DBeaver I need to use a ssh server to be inside the network to reach MySQL ...
nariver1's user avatar
  • 395
0 votes
0 answers
140 views

I'm studying Kubernetes with a Kind cluster on my local machine. When I installed several apps using Helm charts, they consumed a lot of resources and shut down easily. So, I set resource requests/...
ymmu's user avatar
  • 31
0 votes
0 answers
34 views

I have a quarkus application that defines kubernetes custom ingress annotation : quarkus.kubernetes.ingress.annotations."nginx.ingress.kubernetes.io/rewrite-target"=/$2 That's not an ...
Christophe Marchand's user avatar
1 vote
0 answers
107 views

I am trying to deploy couchbase server on my local kind cluster (podman) using the offical couchbase docker image. This is my couchbase-cluster.yaml apiVersion: apps/v1 kind: Deployment metadata: name:...
NSN's user avatar
  • 11
0 votes
0 answers
147 views

I've got a Kubernetes kind (https://kind.sigs.k8s.io/) cluster running locally and I put Postgres HA on it: helm install postgres bitnami/postgresql-ha That's all started up, and seems to be in the ...
himmip's user avatar
  • 1,958
1 vote
0 answers
120 views

I have app1 and app2. The whole purpose of what I'm doing is to have one Go server (app1) deployed in one cluster which returns the IP of the caller and a Go server (app2) in another cluster that will ...
vbnm's user avatar
  • 117
0 votes
1 answer
605 views

I am locally testing a deployment to a kind cluster of my Next.js app and there seems to be a problem with Ingress that I just can't find the reason why I am getting error 502 Bad Gateway NGINX. Here ...
user23602414's user avatar
0 votes
2 answers
118 views

i'm playing around a bit with kind, i was wondering why my service accounts "klubectl auth can-i" output won't be affected by given roles. Steps to reproduce, starting with a basic kind ...
Black.Jack's user avatar
  • 1,957
0 votes
0 answers
151 views

I Followed all the steps in MacOS https://kind.sigs.k8s.io/docs/user/loadbalancer/ but i could not create a external load balancer % LB_IP=$(kubectl get svc/foo-service -o=jsonpath='{.status....
Pradeep Padmanaban C's user avatar
2 votes
1 answer
978 views

I am using Gitlab CI/CD to store and automatically build and unit test most of my code at commit/push. Outside of Gitlab the code runs in a Kind cluster. Because there is no Kind cluster currently ...
Kenny Cason's user avatar
0 votes
1 answer
450 views

I created a local registry localhost:5001 and created a docker image localhost:5001/example and pushed to the local registry. I was deploying the docker image onto KinD cluster using helm chart. ...
Coder17's user avatar
  • 883
0 votes
2 answers
100 views

I have dockerized a simple spring boot rest api app which lists the employees for /employee endpoint. I have created a helm chart and updated the values.yml with the image name, service type as ...
Coder17's user avatar
  • 883
0 votes
1 answer
3k views

As a newbie to Podman and Kind, I'm having a very hard time running Kind in a rootless way on RHEL. It would be very helpful if someone had a clue. When I run $ kind create cluster enabling ...
Walidou's user avatar
  • 61
1 vote
1 answer
504 views

In Python we can create a kind cluster by from pytest_kind import KindCluster cluster = KindCluster("myclustername") cluster.create() cluster.kubectl("apply", "-f", &...
Pradeep Padmanaban C's user avatar
1 vote
0 answers
296 views

I am running the official Airflow helm chart from the apache-airflow/airflow repo on a kind cluster. Part of the data that this Airflow instance was setup to ETL is stored on the host file system, so ...
sebastienbeele's user avatar
0 votes
0 answers
137 views

Hello I'm trying to use micro-onos. Now I'm using ubuntu 20.04 and to use micro-onos I've installed kind, kubectl(with snap), and helm(with brew) I tried with kubectl commands before, and I thought I ...
sniperjoon's user avatar
5 votes
1 answer
527 views

I am having some trouble in exposing a simple nginx deployment on a locally running Kind cluster on a Macbook. I have a simple nginx deployment and I have tried to use kubectl expose or create a ...
Mo0rBy's user avatar
  • 760
3 votes
0 answers
584 views

I installed docker and kind on a WSL2-based Ubuntu 20.04.6 LTS like this: $ curl -fsSL https://get.docker.com -o get-docker.sh $ sudo sh get-docker.sh $ sudo usermod -aG docker $USER Then I added ...
Schermerhorn's user avatar
0 votes
1 answer
394 views

FROM kindest/node:v1.25.3 RUN docker pull some-image:latest If I call docker build on my MacOS machine, I get failed to dial "/run/containerd/containerd.sock": context deadline exceeded: ...
User12547645's user avatar
  • 8,725
1 vote
0 answers
298 views

It is possible to add a DNS entry to the KinD Cluster configuration? The background is I use my own Docker registry with the address docker-registry. If I use my own images it doesn't work because the ...
Jayser's user avatar
  • 478
0 votes
0 answers
28 views

We have a Kind cluster that we use for local development. Various services run in containers, such as DB, backend API, web frontend, etc.., while developers may opt to run one or more services ...
arendjr's user avatar
  • 719
1 vote
0 answers
1k views

I am trying to create a kind cluster in a vscode devcontainer. I am working on windows with docker desktop and have been using a docker inside docker template. When the container is first constructed ...
Kieran's user avatar
  • 117
0 votes
0 answers
580 views

Im learning kubernetes and im trying to run my microservices on kind cluster. I have a backend API microservice which runs on containerPort: 8080. I have exposed the port 18080 and mapped it to the ...
manjosh's user avatar
  • 732
-1 votes
1 answer
362 views

I'm testing k8s using kind. I created cluster: vagrant@vagrant:~$ sudo kind get clusters nodes-test Now I like to delete this cluster with sudo kind delete cluster but getting: Deleting cluster "...
user63898's user avatar
  • 31.1k
0 votes
2 answers
175 views

I have a backend pod, service related to it "backend-service" and another frontend pod trying to access the backend on url http://backend-service:8000 . I port forward my frontend , open the ...
Jolly's user avatar
  • 316
0 votes
1 answer
517 views

I'll try and keep this brief. I have a kafka broker running in docker, this is the docker-compose.yaml version: '2' services: zookeeper: image: confluentinc/cp-zookeeper:latest environment: ...
Alex Brown's user avatar
0 votes
0 answers
360 views

I have Docker running in WSL2 (no Docker Desktop in Windows, just docker engine within WSL), and a Kubernetes cluster created with kinD. Inside this cluster, there's an ArgoCD server. I have built a ...
Mauricio Ramírez's user avatar
0 votes
2 answers
709 views

I am confused about some elementary network concept in k8s and can someone kindly explain this to me please? thank you! as described here: All ingress Pod-to-Pod communication has been denied across ...
sqr's user avatar
  • 427
4 votes
0 answers
547 views

While trying to install Kind using these instructions, I am getting this error: can't load package: package sigs.k8s.io/[email protected]: cannot use path@version syntax in GOPATH mode I'm not sure what ...
yen's user avatar
  • 2,422
0 votes
1 answer
567 views

I'm using Docker Desktop 4.20 to setup a KinD cluster. The cluster is working fine, however, if I re-login or restart Docker Desktop, the control plane container is gone. It seems like there is no ...
Sagi Mann's user avatar
  • 3,708
0 votes
0 answers
879 views

I have a KinD cluster on my laptop where I am attempting to use ingress-nginx to provide a way to access UIs for services running in the cluster, at this stage just prometheus and argocd. I'm having ...
800711's user avatar
  • 3
1 vote
1 answer
872 views

I deployed a flink application on a Kind cluster(https://kind.sigs.k8s.io/)(1 master & 2 worker nodes) using a yaml file. As I want to upload flink checkpoint to a S3 bucket, I manually created ...
aqqqqqq's user avatar
  • 15
0 votes
1 answer
960 views

I have a setup of WSL2 and Kind. Whenever I restart my computer and open a new WSL2 window, I can no longer use kubectl to access my kind cluster. kind get clusters >>> kind kubectl ...
Kspr's user avatar
  • 697
-1 votes
1 answer
2k views

Trying to get kind running on Intel OSX 13.3.1 just to learn more about kubernetes. Installed kubectl and kind using homebrew. kubectl version 1.25.4 kind version 0.18.0 Docker Desktop 4.18.0 I can ...
william milliron's user avatar
0 votes
1 answer
499 views

I followed the tutorial on https://piotrminkowski.com/2021/10/25/kubernetes-multicluster-with-kind-and-cilium/ to create two separate Cilium clusters, kind-c1 and kind-c2, on two different VMs within ...
Monica's user avatar
  • 3
1 vote
0 answers
88 views

I have configured a Kubernetes kind cluster to run a flask API. The flask App when run locally with flask run produces an IP which is the local machine assigned IP from the local network (192.168.100....
sam hassan's user avatar
0 votes
1 answer
62 views

I was attempting to run a hello-world demo of Krustlet on minikube following the Krustlet's official tutorial. julen@julen-HP-ZBook:~/Cloudlab/krustlet$ minikube start --driver=virtualbox 😄 minikube ...
julenbhy's user avatar
0 votes
1 answer
1k views

kubectl port-forward service/nginx 8080:443 Forwarding from 127.0.0.1:8080 -> 443 Forwarding from [::1]:8080 -> 443 Handling connection for 8080 E0314 16:38:47.834517 25527 portforward.go:406] ...
newbie's user avatar
  • 476
1 vote
0 answers
203 views

So far I thought I had a good understanding of Kubernetes. Today I was startled to see a service forwarding traffic to an unready pod. Can somebody fill this knowledge gap for me? Here is what I'm ...
user3442122's user avatar