This message was deleted.
# k3s
a
This message was deleted.
c
did you change your data-dir or something?
or are you perhaps looking on an agent instead of a server?
w
Thank you, I have a single node cluster:
Copy code
Volumes:
  data:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:
    SizeLimit:  <unset>
  tmp:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:
    SizeLimit:  <unset>
rancher/mirrored-library-traefik:2.9.10
which
--data-dir
? etcd?
(excellent questions, btw, these will help me on the exam)
I can reinstall k3s if you like. I do a lot of that. btw, I installed using
k3sup
hold on... it was permissions...
OK, I found the manifest 😊 So, I guess I'm wondering if there are any recommended examples?
c
examples for what?
w
I'd like to add Ingress to the web dashboards for some of apps I'm running, like the traefik dashboard, for example.
c
exposing the traefik dashboard is different than exposing other services via an Ingress, as traefik itself is the ingress controller.
are you trying to reconfigure traefik, or just play with Ingress resources?
w
I see, so I suppose I'm mostly interested in Ingress resources., and in accessing the apiserver from other hosts on my local and tailscale network.
c
you should be able to access the apiserver via any of the server addresses on port 6443
👀 1
If you want to play with ingress, the Kubernetes docs are pretty good.
✅ 1
w
I'm getting failures on port 6443, but that may be because of a firewall. I'm happy to use the k8s docs if they work well for k3s. btw, this is the scenario I'm thinking about using with Ingress: https://inlets.dev/blog/2023/01/17/expose-multiple-services-with-inlets-and-caddy.html
I have a lot of compute in my homelab, so eventually there are services I would like to make available to friends and family: • gitea • gitlab • https://locust.io/ • openfaas etc