#Microk8s

Kevin Karhan :verified:kkarhan@infosec.space
2025-07-09
2025-06-19

spent the afternoon recovering my #microk8s setup after finding out that the #Acronis backup agent on my hosted vm had no log rotation configured and log-spammed my disk.

Christian K 🍉ckemper@toot.io
2025-06-09

Why should I mirror my github repos on a 5 node pi microk8s cluster running gitea? Because I can! 😀 #microk8s #raspberrypi #gitea

Christian K 🍉ckemper@toot.io
2025-06-08

When your home-lab setup is older than the greenfield project you are working on and yet more up to date with hardly any tech-debt... okay, comparing apples to oranges, but still, practice what you preach. #homelab #raspberrypi #argocd #microk8s #nix #devops

Christoph :verified_flashing:cv@hachyderm.io
2025-05-21

Playing the first time with #microk8s for some CI tests. Honestly, opposed to other solutions it doesn't feel so micro... #kubernetes #k8s

Maxim Syomochkin :linux:msemochkin@pkm.social
2025-04-30

Accidentally downgraded my home #microk8s cluster to some version from 2022 instead of upgrading it. The following hour was... interesting 😅

2025-03-22

#microk8s cluster rebuilt with #talos and #raspberrypi nodes swapped out for used hp elitedesk minis with i5s and 16GB…

I always forget how much work moving things around in the rack is but the #homelab is chugging away again happily now.

#kubernetes

2025-03-18

Автоматизация деплоя: из Bitbucket через Jenkins в MicroK8s — опыт финтех-разработчика

Всем привет! Я — Java-разработчик с пятилетним опытом в финтехе, и сегодня я расскажу, как настроить CI/CD для деплоя Spring Boot приложения из Bitbucket через Jenkins в MicroK8s. Это не просто теория — я поделюсь реальным кейсом, разберу ошибки, с которыми столкнулся, и дам рабочий код. Если вы хотите автоматизировать деплой и не наступать на грабли — поехали! Представьте: у вас есть микросервис на Spring Boot, который нужно быстро и без ошибок доставить в продакшен. Ручной деплой отнимает время, а команда требует стабильности. Я решил эту задачу с помощью Bitbucket, Jenkins и MicroK8s, но путь оказался не таким гладким, как хотелось бы. Проблемы с аутентификацией, конфликты портов и настройка окружения заставили меня попотеть. Как я справился? Об этом — в статье. CI/CD (Continuous Integration/Continuous Deployment) — это must-have для современных разработчиков. Автоматизация сборки, тестирования и деплоя приложений экономит время, снижает вероятность ошибок и ускоряет доставку кода до продакшена. В этой статье мы разберем, как настроить полноценный CI/CD-пайплайн для Spring Boot приложения, используя связку Bitbucket, Jenkins и MicroK8s.

habr.com/ru/articles/891844/

#ci_cd #bitbucket #jenkins #microk8s #spring_boot #kubernetes #делой #автоматизация #devops #pipline

2025-03-10

#Talos #kubernetes single node cluster up and running with #Calico, #MetalLB, #Traefik and a test #whoami deployment

In no way scientific but it feels much more responsive that #microk8s

Next step to rebuild a clean node and then migrate some services

2025-02-05

Сканируем кластер Kubernetes без лишних сущностей

Обеспечение безопасности инфраструктуры является неотъемлемой частью процессов DevSecOps. На сегодняшний день для работы различных приложений используются контейнеры, а для управления ими применяется Kubernetes. Когда речь заходит о безопасности контейнеров, то обычно все вспоминают о сканировании образов и поиске в них уязвимостей. Но при этом не стоит забывать и о безопасности самой среды оркестрации Kubernetes, которая управляет всеми нашими контейнерами. О безопасной настройке Kubernetes написано немало статей, однако важно понимать, что недостаточно один раз безопасно настроить. Необходимо периодически проверять уровень защищенности K8s, а в этом лучше всего помогут сканеры безопасности, некоторые из которых мы сегодня и рассмотрим.

habr.com/ru/companies/otus/art

#kubernetes #minikube #microk8s #security #k8s

Kai, sounds like the skykaievans
2024-12-14

hey folks who know their postgres and kubernetes, can you help me with this mystery?

i have a bare-metal kubes setup and I'm benchmarking options for cloudnative-pg storage, namely those two

1. longhorn (replica bound) clocks at about 3000 tps
2. microk8s-hostpath storage scored only about 480 tps

that's 6 times slower. why is that? i thought hostpath would provision local PV and it should be faster than longhorn

2024-12-07

OK, so I've found fixes for both the problems I ran into yesterday trying to run microk8s on Fedora 41.

I've updated the blog post with the details

blog.hardill.me.uk/2024/12/06/

#Fedora #microk8s #k8s #snap

2024-12-06

Microk8s on Fedora 41

blog.hardill.me.uk/2024/12/06/

Having wasted a half a day trying to setup what was meant to a really quick test environment for a specific feature, here are the notes I made along the way to get a working system

I have a multi node microk8s cluster that I run a bunch of things (personal FlowFuse instance, InfluxDB, Grafana, Keycloak…) but I needed a separate Kubernetes cluster to run a test on.

I already had a Fedora […]

#Fedora #microk8s #snap

2024-12-06

OK, that was a fight

microk8s on fedora 41 needs the following

- totally disable SELinux
- turn off firewalld (or ingress doesn't work)

#k8s #fedora41 #microk8s #kubernetes

2024-12-03

Been continuing my adventures of building an #ansible role for #microk8s which worked well and got me to a working thing with a giant but involved.

Apparently one can not properly run molecule test scenarios involving snap packages when using containers for testing.

I found bugs.launchpad.net/snapd/+bug/ and wonder if testing in containers might simply be impossible.

2024-11-18

PPS it does looks like disabling the #microk8s rook-ceph addon would destroy the rook-ceph namespace even though the addon was not installed with microk8s 😱

#homelab

2024-11-18

Interesting… it looks like #microk8s addins will show as enabled even if they weren’t installed using microk8s enable… so now I will need to remember which truly are an addon and which are not. Hopefully have this in my install notes! 🤞

PS not sure how much this matters other than the microk8 list being accurate. Luckily it won’t try to upgrade addons as part of a kubernetes upgrade… I was just curious why rook-ceph (and others) showed up as enabled…

#homelab

2024-11-17

Wrote an #ansible script to upgrade the #microk8s cluster from 1.29 to 1.30. Seems like it might have worked... 🤞

Taking a backup now then will let the cluster settle down for a while before going to 1.31

#homelab

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst