Containerizing legacy applications
Containerizing legacy applications - Download as a PDF or view online for free
Containerizing legacy applications - Download as a PDF or view online for free
[Перевод] Пишем оператор Kubernetes: руководство для начинающих
Перевели туториал об основах контроллеров, операторов и CRD. В качестве практики вы можете создать кастомный оператор ConfigmapSync для синхронизации Configmap между пространствами имен. Рассказываем, как его написать и развернуть его с помощью Kubebuilder.
https://habr.com/ru/companies/slurm/articles/779986/
#kubernetes #k8s #configmap #kubernetes_operator #go #devops
Started the #SpringBoot3 #Java17 migration for a JAR library today. It's a REST API client using #springwebflux for a vendor proxy service. Almost done.
A few more applications to go. Well, it's a team effort, so I have one more assigned to me. Might work on that #OpenShift #ConfigMap update. We'll see.
Alright #ConfigMap deployments done earlier today. These ones still follow Properties format.
Fun fact. The key/value pairs can actually be separated by, ":". As in, foo : bar. Yup, that's right. Most people use, foo = bar, instead. #Java Properties util class supports both.
Anyway, next release should have that converted to YAML formatting. But not before the release update for the app that will consume these ConfigMaps are in Prod, to see if it's working normally.
#lifeOfADev