rxd_txd
311 subscribers
486 photos
26 videos
22 files
2.72K links
[
{
"channel":"rxd_txd",
"info":"my bookmarks",
"feedback":"@flsixtyfour",
"topics":[
"devops",
"linux",
"sci",
"music",
"go",
"/dev/null"
]
}
]
Download Telegram
Kubernetes Single Sign On - A detailed guide

In this series of posts we cover how to setup a comprehensive group based single sign on system for Kubernetes including the kubectl cli, any web application with ingress, a docker registry and gitea. We'll cover most of the common SSO models so adapting what's here to other applications such as Gitlab, Kibana, Grafana etc is simple.

The full solution uses Keycloak backed by OpenLDAP. OpenLDAP is required for the Gitea component, but can be skipped for the other components, including OIDC based SSO for kubectl.

https://www.talkingquickly.co.uk/kubernetes-sso-a-detailed-guide
#k8s #kubernetes #SSO
Forwarded from DevOps&SRE Library
13 Best Practices for using Helm

Helm is an indispensable tool for deploying applications to Kubernetes clusters. But it is only by following best practices that you’ll truly reap the benefits of Helm. Here are 13 best practices to help you create, operate, and upgrade applications using Helm.

https://codersociety.com/blog/articles/helm-best-practices
Who murdered my lovely Prometheus container in Kubernetes cluster?
This blog post is about an interesting experience I had while investigating and resolving a problem that happened in the Prometheus container which was still in the CrashLoopBackoff state. The phenomenon itself and the solution are obvious and simple; so simple that you may feel that it is not worth it to spend time on this issue. However, I think there must be a lot of people like me who want to understand the details of each step in the investigation process.

https://engineering.linecorp.com/en/blog/prometheus-container-kubernetes-cluster/
#k8s #kubernetes #OOM
Forwarded from Mops DevOps
Prometheus Cheat Sheet - How to Join Multiple Metrics (Vector Matching)

👉 https://bit.ly/3yOzaAl

#prometheus #monitoring