This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ####################################################################### | |
| # 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 | |
| ######### |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ######################################################################### | |
| # 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git clone https://github.com/vfarcic/devops-toolkit-crossplane | |
| cd devops-toolkit-crossplane | |
| # Create a Kubernetes cluster | |
| kubectl create namespace crossplane-system | |
| ######### | |
| # Azure # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ############################################################################# | |
| # 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 # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ######################################################### | |
| # 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ######### | |
| # Setup # | |
| ######### | |
| # https://github.com/localstack/localstack/blob/master/doc/feature_coverage.md | |
| git clone https://github.com/vfarcic/localstack-demo | |
| cd localstack-demo |