Hi everyone,
I’m trying to deploy a Kubernetes cluster with one master and two worker nodes. However, I keep running into issues when I get to the kubectl configuration step. No matter how many errors I fix, there always seems to be another one.
I’ve already followed a few tutorials on YouTube, but they didn’t help much. At this point, I’m not really sure what my options are anymore, so I’m reaching out to see if anyone here could assist me.
Any help would be greatly appreciated!
Thanks in advance.
HI Gabszin,
could you please write few more detail,
is running on prem or cloud and which version are you trying to deploy and share the error message
Hey there, I was using a VM with ubuntu 24.04 version, and following some tutorials around youtube, when i got to the part of kubeadm init, i would get a lot of troubles with kubectl being them the following, after kubectl instalation when i did kubectl get nodes i would get error saying did i specify the host or port? Also some ports saying they were occupied already , and the cluster didnt show, after some sudo kubeadm reset and following the 50th guide for the week i managed to install kubectl and get the node running as control plane, being what I wanted, now i have to create 2 more vm’s and follow the same instructions and join the master , hope this won’t give trouble, and thanks for the help, u manage to know k8s?
Yes, I have managed and installed my test environment in my laptop
Hey there, i am using a master node and then a worker node to deploy this structure
[ Master Node ] (Control-plane only)
|
└── [ Worker Node ] (Runs all workloads)
├── Pod: mariadb-galera-0 (Galera node 1)
├── Pod: mariadb-galera-1 (Galera node 2)
├── Pod: mariadb-galera-2 (Galera node 3)
├── Pod: wordpress
├── Pod: phpmyadmin
└── Pod: phpladpadmin
have u done something similar to this?
best regards