DevOps Universe – Telegram
DevOps Universe
27 subscribers
41 photos
2 videos
9 files
804 links
Download Telegram
I’m trying to listen to this podcast for 2+ years and recommend it for you:
https://kubernetespodcast.com/
Looks like that it’s time to write my own article about GitOps based on GitLab + ArgoCD 🙂

GitOps in Kubernetes: How to do it with GitLab CI and Argo CD
https://medium.com/@andrew.kaczynski/gitops-in-kubernetes-argo-cd-and-gitlab-ci-cd-5828c8eb34d6
The TTY demystified
https://www.linusakesson.net/programming/tty/

a lot of interesting comments here
Как не выстрелить себе в ногу, обрабатывая ошибки в голанге
https://habr.com/ru/company/first/blog/650187/
klum does the following basic tasks:

* Create/Delete/Modify users
* Easily manage roles associated with users
* Issues kubeconfig files for users to use


https://github.com/ibuildthecloud/klum
Kubernetes Governance and Cost Management for the Cloud-Native Enterprise
https://www.replex.io/
This repository contains tools and configuration files for the testing and automation needs of the Kubernetes project.
https://github.com/kubernetes/test-infra
For learning NetworkPolicies
https://editor.cilium.io
Nice example of meson build from systemd:
https://github.com/systemd/systemd/blob/main/meson.build
Be aware of this K8S issue, I’ve spend more than 2 hours to find what was the root case why redis cluster can’t be built (but it, for sure, can be applied to all others cases)

https://www.funkypenguin.co.nz/blog/beware-the-hidden-newlines-in-kubernetes-secrets/

Long story short: if you’re creating K8S secret via file, this file can contains \n symbol and for that reason env variable that mounted from secret will contain also \n

Be careful especially if you’re using Idea / Atom / VSCode; Vim works well :slightly_smiling_face: (e
btw. my original issue to redis chart: https://github.com/bitnami/charts/issues/9353