unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Oleg Pykhalov <go.wigust@gmail.com>
To: Michael Dahlberg <dahlberg@recursoft.org>
Cc: "help-guix@gnu.org" <help-guix@gnu.org>
Subject: Re: Kubernetes on Guix
Date: Wed, 17 Jul 2024 12:29:28 +0300	[thread overview]
Message-ID: <878qy05ptz.fsf@gmail.com> (raw)
In-Reply-To: <6bPKt129Su8R9Fo54W50gQc9TbCicLZGeXTEm2qbuKcEOufCrk5WqSvGi0E1TBgP_UgraIXX-xu3iNzkdmz9NdtlO2LZruNFvOKTY-40wVY=@recursoft.org> (Michael Dahlberg's message of "Mon, 15 Jul 2024 00:26:07 +0000")

[-- Attachment #1: Type: text/plain, Size: 1313 bytes --]

Hi Michael,

Michael Dahlberg <dahlberg@recursoft.org> writes:

> I'm still a bit new to Guix but not to systems administration and devops. I'd
> like to try running a Kubernetes cluster on bare metal systems running Guix. I
> don't think there should be too many gotcha's other than the lack of the
> systemd init system, especially if I want to install the basic elements of
> Kubernetes outsides of the Guix package management system .. which I'd rather
> not do. This gets me to my question: is Guix an appropriate environment to run
> a Kubernetes cluster and if so do you have any recommendations?

I have no problems with running Kubernetes on my Guix Systems, but you
need a knowledge of managing it's core components, because you probably
cannot relly of Kubernetes components deploy tools which most of the
time support only specific operating systems. In short you need:

- containerd
- kubelet with static pods
  - /etc/kubernetes/manifests/etcd.yaml
  - /etc/kubernetes/manifests/kube-apiserver.yaml
  - /etc/kubernetes/manifests/kube-controller-manager.yaml
  - /etc/kubernetes/manifests/kube-scheduler.yaml

you can take an example of config in my git repository, but it's kinda
dirty and probably you should do everything from scratch yourself
https://github.com/kitnil/dotfiles/


Regards,
Oleg.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 861 bytes --]

  parent reply	other threads:[~2024-07-17  9:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-15  0:26 Kubernetes on Guix Michael Dahlberg
2024-07-16 18:46 ` Thomas Ieong
2024-07-18 15:58   ` Christoph Buck
2024-07-17  9:29 ` Oleg Pykhalov [this message]
2024-07-17 20:51 ` Felix Lechner via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878qy05ptz.fsf@gmail.com \
    --to=go.wigust@gmail.com \
    --cc=dahlberg@recursoft.org \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).