hi!
I try to understand the k3d (k3s). It is a lightweight kubernetes, it is okay.
https://static.wixstatic.com/media/6f3936_2ce31d23816f43fb995912c961149785~mv2.png/v1/f[…]1,enc_auto/6f3936_2ce31d23816f43fb995912c961149785~mv2.png▾
https://k3d.io/ Guides
So, On a machine (laptop) I can run it with docker. Pre-requirements: docker, kubectl
The "install.sh" setup the environment: cluster with nodes.
Master Node (Control Plane): Loadbalancer + Nginx Proxy
Worker Nodes: k3d-test-server-0 ... k3d-test-agent-0 ...
what are the k3d-test-server-X and k3d-test-agent-X? What is the difference the server and agent?