@abcdw Nice work! What are the limitations of your work? How far away is this from being able to connect (for example) a gitlab instance to a Guix kubernetes cluster? Is there any cloud-init awareness in your setup?
Top-level
@abcdw Nice work! What are the limitations of your work? How far away is this from being able to connect (for example) a gitlab instance to a Guix kubernetes cluster? Is there any cloud-init awareness in your setup? 1 comment
|
@jas At the moment you need to manually connect worker nodes to controller nodes by generating and sharing tokens. Other than that it seems as a perfectly normal kubernetes installation.
Not sure what do you mean by gitlab connection to k8s cluster.
There is a partial and very bare-bone implementation of cloud init we use:
https://git.sr.ht/~abcdw/rde/tree/11fb136c/src/rde/system/services/cloud-init.scm#L50
Written by David Dashyan and @krevedkokun.