Hacker News new | ask | show | jobs
by ValtteriL 598 days ago
I also like stock Debian/Ubuntu + microk8s. I install and configure that with cloud-init and Ansible.

After the initial config everything goes through k8s. Using Ansible for that as well.

How do you manage k8s?

1 comments

Typically kustomize and plain YAML - I like “infrastructure as data”. For IaC tho I’ve been enjoying Pulumi which has been a hit for my Typescript loving developer friends.