-
Automating Talos etcd Backups with Scheduled Jobs and ArgoCD
Setting up a reliable and automated etcd backup for Talos is simpler than it seems if you break it down properly. The key? Using a combination of Kubernetes CronJobs, External Secrets, and ArgoCD for seamless deployment and management.
In this guide, I’ll …
Read More -
Configuring Single Sign-On (SSO) for Linux Systems using Keycloak and PAM with kc-ssh-pam
In this guide, we will configure single sign-on (SSO) for a Linux system using Keycloak and PAM with kc-ssh-pam. This will allow users to log in to the Linux system using their Keycloak credentials.
Prerequisites
Before we begin, …
Read More -
Creating a telegram bot Step-by-Step
Creating a new bot for Telegram is pretty striaght forward.
- Open Telegram Messanger
- Search @BotFather on Telegram.
- Type /start to get started.
- Type /newbot to start the bot creation process.
- Enter your Bot name and unique Username, which must end with the bot and send.
In the …
Read More -
What is a Discord Bot Token?
A Discord Bot Token is a short phrase that acts as a “key” to controlling a Discord Bot. Tokens are used inside bot code to send commands back and forth to the API, which in turn controls bot actions.
Generating Your Token Step-by-Step
1. Go to the Discord Developer Portal
Your first step …
Read More -
In this article, I will describe all the steps required to setup GitLab CI/CD in kuberntes using kustomize. We will go through how to run GitLab on Kubernetes when you have related resources
postgres
,redis
,minio
,tls certificates
etc already available in your setup.This is a very common scenario in companies and …
Read More -
About • Usage • Image Configuration • Local Demo • Helm Chart • Todo • Issues • Acknowledgment
About
The exporter allows to retrieve the DockerHub rate limit counts as scrape target for Prometheus. The exporter obtains an auth token and then queries the Docker Hub registry with a HEAD request to …
Read More -
What is a GitHub Action ?
A GitHub action is an element of your custom workflow that is triggered when a push or pull request is created and performs some action such as checking code, sending a message or deploying the application.
The most important concept of GitHub actions is their composability. You can assemble …
Read More -
Rancher v2.X KeyCloak Authentication Backend Configuration
Ranchers official documentation about how to configure the Rancher & KeyCloak setup is fine but definitely not sufficient to successfully configure it. That's why every single required step is documented down here.
KeyCloak Configuration
Steps are based on …
Read More -
In this article, we will illustrate how to configure and send messages to multiple platforms from your scripts. A notification can be setup based on success or failure of a task or if you want to have an alert when a certain condition is meet. This article uses a small binary PingMe to send this notification, you can …
Read More