this post was submitted on 29 Feb 2024
18 points (90.9% liked)

Selfhosted

61126 readers
601 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
18
K3S over tailscale (lemmy.world)
submitted 2 years ago* (last edited 2 years ago) by Sandbag@lemmy.world to c/selfhosted@lemmy.world
 

Hey everyone, my friend and I are wanting to learn kubernetes and we wanted to set up K3S, the problem being we are in two different physical locations.

What we would like to do is setup K3S to operate over tailscale but are running into issues with it.

I am currently at work and can post error logs later but I was just wondering if anyone had any guides they could point me to?

Thanks,

Sandbag

you are viewing a single comment's thread
view the rest of the comments
[–] Sandbag@lemmy.world 3 points 2 years ago (1 children)

Do you have a guide or any documentation to help me and my buddy out, like I said I can post logs later if that would be helpful?

[–] notfromhere@lemmy.ml 3 points 2 years ago (1 children)

Other than k3s.io’s documentation and tailscale’s documentation, I don’t have any to share, but I don’t mind answering questions if you are stuck.

https://docs.k3s.io/installation https://tailscale.com/kb/1017/install

[–] Sandbag@lemmy.world 2 points 2 years ago (1 children)

I will also mention that we are setting this up with x86_64 architectures and arm if that matters.

Should probably move that info to the main post.

[–] notfromhere@lemmy.ml 2 points 2 years ago

I have mixed architecture cluster as well. It works great as long as you set your manifests up properly and either use public images that support both or you build your own, or you set up node affinity to ensure the architecture-specific pod runs only on the node with the correct architecture.