Skip to content

Instantly share code, notes, and snippets.

View pradeekpmohandas's full-sized avatar

pradeek p mohandas pradeekpmohandas

View GitHub Profile
@sharbelzineh
sharbelzineh / setup-spinnaker.md
Last active November 28, 2022 09:37
Setup and Install Spinnaker on Kubernetes

Deploying Spinnaker in a Kubernetes cluster

Pre-requisites

Kubernetes cluster with atleast 4 cores and 8GB memory

Start Halyard Container

mkdir ~/.hal
@fntlnz
fntlnz / self-signed-certificate-with-custom-ca.md
Last active October 31, 2025 16:35
Self Signed Certificate with Custom Root CA

Create Root CA (Done once)

Create Root Key

Attention: this is the key used to sign the certificate requests, anyone holding this can sign certificates on your behalf. So keep it in a safe place!

openssl genrsa -des3 -out rootCA.key 4096