In this setup you will still be required to install your own CNI driver. More info [here](https://kubernetes.io/docs/setup/independent/create-cluster-kubeadm/#pod-network)
CoreDNS
-------
CoreDNS is deployed on start of the agent, to disable add `--no-deploy coredns` to the server
k3s server --no-deploy coredns
If you don't install CoreDNS you will need to install a cluster DNS provider yourself.
TODO
----
Currently broken or stuff that needs to be done for this to be considered production quality.
1. Metrics API due to kube aggretation not being setup
2. HA
3. Work on e2e, sonobouy, CNCF certification.
4. etcd doesn't actuallly work because args aren't exposed