Skip to content

Instantly share code, notes, and snippets.

View AlexRogalskiy's full-sized avatar
🛰️
Work on stuff that matters

Alexander AlexRogalskiy

🛰️
Work on stuff that matters
View GitHub Profile
# Source: https://gist.github.com/d8113b6f149583e1cf1614d76f2a4182
#####################################################################
# How To Create, Provision, And Operate Kubernetes With Cluster API #
# https://youtu.be/8yUDUhZ6ako #
#####################################################################
# Referenced videos:
# - Should We Replace Docker Desktop With Rancher Desktop?: https://youtu.be/bYVfCp9dRTE
#######################################################################
# How To Manage Kubernetes Applications Using Crossplane Compositions #
# https://youtu.be/eIQpGXUGEow #
#######################################################################
# Referenced videos:
# - Production-Ready Kubernetes Clusters Using Crossplane Compositions: https://youtu.be/uMC2QQfMctg
# - How To Shift Left Infrastructure Management Using Crossplane Compositions: https://youtu.be/AtbS1u2j7po
#########
#########################################################################
# How To Do Canary Deployments In Kubernetes Using Flagger And Linkerd? #
# https://youtu.be/NrytqS43dgw #
#########################################################################
# Referenced videos:
# - What Is Linkerd Kubernetes Service Mesh? Linkerd Tutorial Part 1: https://youtu.be/mDC3KA_6vfg
# - Progressive Delivery Explained - Big Bang (Recreate), Blue-Green, Rolling Updates, Canaries: https://youtu.be/HKkhD6nokC8
# - Service Mesh In Kubernetes Explained: https://youtu.be/cjhb7_uwzDk
# - Argo Rollouts - Canary Deployments Made Easy In Kubernetes: https://youtu.be/84Ky0aPbHvY
git clone https://github.com/vfarcic/devops-toolkit-crossplane
cd devops-toolkit-crossplane
# Create a Kubernetes cluster
kubectl create namespace crossplane-system
#########
# Azure #
#############################################################################
# How To Package And Distribute Crossplane Compositions As Container Images #
# https://youtu.be/i7MFiInJV8c #
#############################################################################
# Referenced videos:
# - How To Shift Left Infrastructure Management Using Crossplane Composites: https://youtu.be/AtbS1u2j7po
#################
# Setup Cluster #
#########################################################
# Context-Aware Kubernetes Troubleshooting With Komodor #
# https://youtu.be/GNPS0sAajQ0 #
#########################################################
# Referenced videos:
# - Argo CD - Applying GitOps Principles To Manage Production Environment In Kubernetes: https://youtu.be/vpWQeoaiRM4
# - GitHub CLI - How to manage repositories more efficiently: https://youtu.be/BII6ZY2Rnlc
# - Should We Replace Docker Desktop With Rancher Desktop?: https://youtu.be/bYVfCp9dRTE
# - How to run local multi-node Kubernetes clusters using kind: https://youtu.be/C0v5gJSWuSo
@AlexRogalskiy
AlexRogalskiy / civo.sh
Created January 17, 2022 23:24 — forked from vfarcic/civo.sh
# Create a k8s cluster
git clone https://github.com/vfarcic/devops-toolkit-crossplane
cd devops-toolkit-crossplane
helm repo add crossplane-stable \
https://charts.crossplane.io/stable
helm repo update
# Source: https://gist.github.com/77e1fcadab647cf29fcb67d3b40e1bea
#########
# TODO: #
# TODO: #
#########
# Referenced videos:
# - Argo CD - Applying GitOps Principles To Manage Production Environment In Kubernetes: https://youtu.be/vpWQeoaiRM4
# - Bitnami Sealed Secrets - How To Store Kubernetes Secrets In Git Repositories: https://youtu.be/xd2QoV6GJlc
# Source: https://gist.github.com/013f959bdb69fe893768ce1f1960d9e1
#############################################################################
# Azure Container Apps: Containers As A Service (CaaS) Flavor Of Serverless #
# https://youtu.be/iV7WrsxExdY #
#############################################################################
# Referenced videos:
# - Discussing The Real Expectations For Serverless Deployments: https://youtu.be/TvzPvj18N88
#########
# Setup #
#########
# https://github.com/localstack/localstack/blob/master/doc/feature_coverage.md
git clone https://github.com/vfarcic/localstack-demo
cd localstack-demo