k3d cluster create --config k3d.yaml
Creates the cluster exposing port 8080 to port 80 of the cluster's node so that we can acces it to localhost:8080
docker build --pull -t k3d-myreg.localhost:12345/simplesvelte:latest .
docker push k3d-myreg.localhost:12345/simplesvelte:latest
Create the deployment, internal service (ClusterIP) and the ingress that routes localhost:8080/ to the internal service
kubectl apply -f k8s
# Open app at localhost:8080 or directly at ingress ip.
kubectl get ingress