Skip to content

Instantly share code, notes, and snippets.

View lukapetrovic-git's full-sized avatar

Luka Petrovic lukapetrovic-git

  • DTI
  • Belgrade
  • 22:36 (UTC +02:00)
View GitHub Profile
@lukapetrovic-git
lukapetrovic-git / openssl_commands.md
Created July 23, 2024 15:29 — forked from Hakky54/openssl_commands.md
Some list of openssl commands for check and verify your keys

OpenSSL 🔐

Install

Install the OpenSSL on Debian based systems

sudo apt-get install openssl

The following are steps to set up Azure AD as an Identity Provider for an on-prem Kubernetes cluster.

Starting point:

  • Azure Subscription
  • On-prem Kubernetes cluster (in my case RKE2 v1.27.12+rke2r1)

The scenario is pretty straightforward:

I want to connect from my Workstation (Windows/Linux/Mac) to an on-prem Kubernetes cluster and authenticate to is using Azure AD.