Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
1k views

In this example (link), it creates kind cluster with config file, which patch containerd. What does the - |- under the line of containerdConfigPatches mean? I found - | in yaml indicates this is a ...
Mike's user avatar
  • 1,897
0 votes
1 answer
1k views

Running on kind, I've installed kuberay following the docs. I brought up the dashboard: k port-forward svc/raycluster-heterogeneous-head-svc 8265 But this doesn't show any version information
Romeo Kienzler's user avatar
0 votes
1 answer
306 views

I try to configure the API server to consume this file during cluster creation. My system is Ubuntu 22.04.2 LTS x86_64 kind version is v0.17.0 go1.19.2 linux/amd64 minikube version: v1.29.0 The config ...
tstr's user avatar
  • 1,276
0 votes
1 answer
602 views

I have installed prometheus in namespace monitoring and grafana in default namespace. can i copy or move any of this in either default namespace or monitoring namespace. What can be the possible ...
Navid_Shaikh's user avatar
1 vote
0 answers
1k views

I am struggling to derive container ID from within the container with cgroup v2 and containerd runtime on k8s. It looks it's not in "/sys/fs/cgroup/devices" "/proc/self/mountinfo" ...
luke7hg67wc's user avatar
0 votes
2 answers
2k views

I have MAC M1 running Docker Desktop (v20.10.17). Kubernetes is NOT enabled, just the docker engine is running. I installed Kind Cluster: kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: # Can ...
user1424876's user avatar
3 votes
1 answer
2k views

I'm trying to install Gateway into my Kind cluster using Gateway API CRD by following a tutorial from https://istio.io/latest/docs/examples/bookinfo/ I had no problem with this command curl https://...
sancho21's user avatar
  • 3,653
0 votes
1 answer
826 views

I am trying to create a secure docker registry to be used inside a development kind cluster. I am going to use a container for the registry and 3 other containers for kind workers. In order to be ...
navidda's user avatar
  • 61
1 vote
1 answer
1k views

I am toying with the spark operator in kubernetes, and I am trying to create a Spark Application resource with the following manifest. apiVersion: "sparkoperator.k8s.io/v1beta2" kind: ...
imawful's user avatar
  • 135
0 votes
0 answers
407 views

During creating new app in ArgoCD, ArgoCD can't detect in private git repository path( but can connect and show all branches ) Repository connection status is successfully connected. Provided all ...
AndreMoralis's user avatar
1 vote
1 answer
308 views

Following Hashicorp's Deploy Consul on Kubernetes on Ubuntu 22.04 Server/amd64. Cloned the repo. Done. Created the Kubernetes cluster using Kind. Done. Deployed the datacenter using consul-k8s. Done. ...
Mike Borgholthaus's user avatar
2 votes
0 answers
4k views

I am trying to deploy mysql on a multi-node cluster created by Kind on Ubuntu 22.04 machine. This is my configmap.yaml file: apiVersion: v1 kind: ConfigMap metadata: name: mysql labels: app: ...
best_of_man's user avatar
0 votes
0 answers
616 views

I am trying kind create cluster --config kind-config.yaml to create a kind cluster using the following kind-config.yaml file: kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-...
best_of_man's user avatar
0 votes
1 answer
1k views

Here in Cassandra deployment instruction, it says: Caution: Minikube defaults to 2048MB of memory and 2 CPU. Running Minikube with the default resource configuration results in insufficient resource ...
best_of_man's user avatar
0 votes
1 answer
821 views

I'm following this article https://kubernetes.io/blog/2020/05/21/wsl-docker-kubernetes-on-the-windows-desktop/ but I'm facing and issue. So Windows 10, WSL2 enabled with Ubuntu 22.04 and Docker ...
DrCyclotron's user avatar
4 votes
0 answers
374 views

I run Kind on my windows machine and use the following configuration for my local nodes kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-plane kubeadmConfigPatches: -...
Alexey Auslender's user avatar
1 vote
2 answers
11k views

I'm testing a trigger i set on my k8s cluster. What it does it that detects if a pod is evicted. So to test I ran kubectl drain <NODENAME> --ignore-daemonsets --force but the evicted pods are ...
Muhammad Ali Khan's user avatar
0 votes
1 answer
1k views

I am running a kind cluster and deployed a ubuntu pod kubectl run ubunt-test --rm -i --tty --image ubuntu -- bash Then I tried to run apt-get update on the shell. The output is Get:1 http://...
Shaad7's user avatar
  • 94
0 votes
1 answer
1k views

I am setting an environment variable inside a makefile. makeflie: ... export KINDPORT=30000 ... I want to pass it to the YAML file that I am using (for kind cluster configuration file): ... ...
kfirt's user avatar
  • 21
1 vote
2 answers
796 views

I have a simple Webserver that exposes the pod name on which it is located by using the OUT env var. Deployment and service look like this: apiVersion: v1 kind: Service metadata: name: simpleweb-...
User12547645's user avatar
  • 8,725
0 votes
2 answers
777 views

For testing purposes, I deploy two versions of my application on the same machine. On production, only one application instance runs in one cloud Kubernetes cluster and uses the ingress-nginx ...
Andriy Simonov's user avatar
2 votes
2 answers
3k views

I am having two kind clusters in my local machine . One is named as dev-cluster and another one as kind.The Argo CD is deployed and running on dev-cluster.When i try to Add the second cluster to Argo ...
Pratheesh's user avatar
  • 635
0 votes
1 answer
292 views

I have a project where I need to handle when a node becomes notready and when it becomes ready, but I only have one server and I know I can use the Kind to create a multi-node cluster, but I don't ...
moluzhui's user avatar
  • 1,083
0 votes
1 answer
16k views

On Mac with kind, I created a single node cluster, and then try to install nginx ingress as instructed in https://kind.sigs.k8s.io/docs/user/ingress/ kind create cluster --name devops kubectl apply --...
sqr's user avatar
  • 427
0 votes
0 answers
2k views

I have a kube cluster running using kind. Kind runs in a docker container. It has access to a volume by way of the following: extraMounts: - hostPath: /mnt/disk-1/shared containerPath: /...
Edmund's Echo's user avatar
2 votes
1 answer
2k views

I was testing the Kubernetes network policy first before trying in a production requirement but unfortunately, I could not make it work yet and looking for a solution. My test environment is a Kind k8 ...
vjwilson's user avatar
  • 913
5 votes
2 answers
15k views

I have an Apple Macbook Pro with an M1 chip, where I have a local kubernetes cluster running through Kind. The thing is I don't understand how Kind deals with docker images from different platforms/...
beni0888's user avatar
  • 1,264
0 votes
1 answer
389 views

We've got a dev environment setup in which a part of our services are inside Kubernetes (using kind) and a part of it is not. Inside the Kubernetes pod, a request is made to a certain host (localdev....
Pouya Ataei's user avatar
  • 2,187
0 votes
0 answers
128 views

I am using kind kubernetes cluster on my Mac and I created it using a config file with mounts as shown here The pain here is I have to load all images already on my machine pulled using docker pull ...
Madhuri Devidi's user avatar
1 vote
0 answers
130 views

My kubernetes environment is running on kind while my jenkins environment is running as a docker instance. I tried watching all of the youtube tutorial regarding this and have followed all of the ...
Renz's user avatar
  • 3
1 vote
0 answers
1k views

I am using Kind with docker-compose. In my docker-compose file, I have the following line extra_hosts: - "host.docker.internal:host-gateway" This allows me to connect to Kind, which is ...
Rodrigo's user avatar
  • 1,019
0 votes
1 answer
455 views

I'm trying to running my project (that supposed to) deploy on GKE in my local environment with minikube (Docker-Engine) for sake of development and testing, however when I type helm install it tells ...
Compeador's user avatar
4 votes
0 answers
6k views

I am fairly new to Kubernetes and I am trying to create a Kubernetes cluster on ec2 Ubuntu machine using kind but it gives me a docker error
rishabh dixit's user avatar
0 votes
1 answer
954 views

Trying to run helm/chart-testing-action in a GitHub workflow using kind. For the charts I require some GKE CRDs though. Any place I can find them?
Moritz Schmitz v. Hülst's user avatar
3 votes
1 answer
579 views

I'm using KinD on Windows via Docker Destop running on WSL2 and trying to set up the ingress to expose port on my host machine. I followed the guide and installed the cluster with the config as shown ...
Dunge's user avatar
  • 785
1 vote
2 answers
2k views

I am trying depoly a replicaset of mongodb in my kind kubernetes. Well, my first step is run thsi command: helm upgrade --install mongodb bitnami/mongodb --set mongodb.global.storageClass=standard --...
José Pablo Medina Grande's user avatar
0 votes
1 answer
198 views

I have an existing kind k8s cluster with a bunch of running services and nginx-ingress setup and I would like to add knative to it. Is there a way of doing this with nginx-ingress, seems like ...
Rory Hart's user avatar
  • 1,913
1 vote
1 answer
4k views

I need to pull the image from public docker repository i.e hello-world:latest and run that image on kubernetes. I created cluster using Kind . I ran that image using the below command kubectl run test-...
Zain Afzal's user avatar
0 votes
1 answer
1k views

I upload the docker image using: kind load docker-image k8s.gcr.io/ingress-nginx/kube-webhook-certgen:v1.0 After that, I go to the Kind node: docker exec -it kind-control-plane bash And I execute: ...
deevroman's user avatar
  • 144
1 vote
3 answers
4k views

I'm creating a kind cluster with kind create cluster --name kind and I want to access it from another docker container but when I try to apply a Kubernetes file from a container (kubectl apply -f ...
gassastsina's user avatar
1 vote
0 answers
382 views

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 ...
jhill072's user avatar
2 votes
1 answer
1k views

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 ...
Dmitriy's user avatar
  • 674
1 vote
1 answer
906 views

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's user avatar
  • 2,424
0 votes
1 answer
264 views

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's user avatar
  • 15
1 vote
1 answer
734 views

The docs show argocd login <ARGOCD_SERVER> but they never say what ARGOCD_SERVER is. How can we login to ArgoCD on a kind cluster?
user avatar
0 votes
1 answer
2k views

I am running a kubernetes cluster with Kind configured as shown bellow: kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-plane kubeadmConfigPatches: - | kind:...
Charalarg's user avatar
0 votes
1 answer
324 views

I've deployed locally a k8s cluster with kind. The firebase emulator runs on a pod inside the cluster and has a ClusterIp Service assigned. When I'm sending a request to kind-firebase.yaml pod from ...
Robert Mihai's user avatar
1 vote
0 answers
269 views

I have elasticsearch running on my host machine on port 9200. Now I'm trying to access this from a pod running on a kind cluster. This is how I have defined my external elasticsearch service. ...
tmp dev's user avatar
  • 9,335
1 vote
2 answers
2k views

I am setting up and airflow k8s cluster using kind deployment on a WSL2 setup. When I execute standard helm install $RELEASE_NAME apache-airflow/airflow --namespace $NS it fails. Further investigation ...
arundeep78's user avatar
0 votes
0 answers
1k views

Does a pod need special permission to access an external service. I have an external service defined, and when I ssh into the pod and do a simple curl against the external service I get an error ...
tmp dev's user avatar
  • 9,335