View aws-official.yaml
This file contains 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
--- | |
apiVersion: ec2.aws.upbound.io/v1beta1 | |
kind: Instance | |
metadata: | |
name: my-vm | |
spec: | |
forProvider: | |
ami: ami-052efd3df9dad4825 | |
region: us-east-1 | |
instanceType: t2.micro |
View 234-ddosify.sh
This file contains 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/vfarcic/5631ef71f3131dd49baae80011aad486 | |
####################################################################### | |
# Performance Testing - What? Why? How? When? (with Ddosify Examples) # | |
# https://youtu.be/AhZ3YStdaQs # | |
####################################################################### | |
# Additional Info: | |
# - Ddosify Repo: https://github.com/ddosify/ddosify | |
# - Ddosify Site: https://ddosify.com |
View 232-cloud-native-pg.sh
This file contains 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/vfarcic/8301efb15748af1da3e376b7132e519e | |
################################################################### | |
# Should We Run Databases In Kubernetes? CloudNativePG PostgreSQL # | |
# https://youtu.be/Ny9RxM6H6Hg # | |
################################################################### | |
# Additional Info: | |
# - CloudNativePG: https://cloudnative-pg.io | |
# - EDB: https://enterprisedb.com |
View 231-idp-demo.sh
This file contains 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/vfarcic/78c1d2a87baf31512b87a2254194b11c | |
############################################################### | |
# How To Create A Complete Internal Developer Platform (IDP)? # | |
# https://youtu.be/Rg98GoEHBd4 # | |
############################################################### | |
# Additional Info: | |
# - DevOps MUST Build Internal Developer Platform (IDP): https://youtu.be/j5i00z3QXyU | |
# - How To Create A "Proper" CLI With Shell And Charm Gum: https://youtu.be/U8zCHA-9VLA |
View 230-charm-gum.sh
This file contains 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/vfarcic/02bbfaf6cf8f5b03f4267b50f3f3233b | |
######################################################### | |
# How To Create A "Proper" CLI With Shell And Charm Gum # | |
# https://youtu.be/U8zCHA-9VLA # | |
######################################################### | |
# Additional Info: | |
# - Charm Gum: https://github.com/charmbracelet/gum |
View 229-kcp.sh
This file contains 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/vfarcic/a8cf39740dff2de24c8be95f6f754d93 | |
####################################################################### | |
# How To Build A Control Plane To Manage Kubernetes Clusters With kcp # | |
# https://youtu.be/VVfO_2wZADU # | |
####################################################################### | |
# Additional Info: | |
# - kcp: https://kcp.io | |
# - How to run local multi-node Kubernetes clusters using kind: https://youtu.be/C0v5gJSWuSo |
View 228-port.sh
This file contains 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/vfarcic/704d30f46f4c05a75f09a463e95d1fa4 | |
################################################################### | |
# How To Build A UI For An Internal Developer Platform With Port? # | |
# https://youtu.be/ro-h7tsp0qI # | |
################################################################### | |
# Additional Info: | |
# - Port: https://getport.io | |
# - DevOps Is Dead! Long Live Platform Engineering! Did We Get Confused?: https://youtu.be/9_v77YiSGEY |
View 227-network-policy.sh
This file contains 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/vfarcic/f67624c05df3d949c8d9a6976adb4631 | |
############################################################# | |
# What Are Kubernetes Network Policies And How To Use Them? # | |
# https://youtu.be/18FEA5xXBGY # | |
############################################################# | |
# Additional Info: | |
# - Kubernetes Network Policies: https://kubernetes.io/docs/concepts/services-networking/network-policies |
View 226-mtls.sh
This file contains 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/vfarcic/853635e2c8ca52e8f1be2d9c6a6d4d68 | |
####################################################################### | |
# What Is Mutual TLS (mTLS), Why Do We Need It, And How Do We Get It? # | |
# https://youtu.be/b38k2GiLDdc # | |
####################################################################### | |
# Additional Info: | |
# - What Is Kubernetes Ingress And How Does It Work?: https://youtu.be/HqTEHVlQpwY |
View 224-vac.sh
This file contains 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/vfarcic/312d2044174551f2776ca50584f39204 | |
########################################################### | |
# Kubernetes Validating Admission Policy Changes The Game # | |
# https://youtu.be/EsZcDUaSUss # | |
########################################################### | |
# Additional Info: | |
# - Kubernetes Validating Admission Policy: https://kubernetes.io/docs/reference/access-authn-authz/validating-admission-policy | |
# - Kubernetes-Native Policy Management With Kyverno: https://youtu.be/DREjzfTzNpA |
NewerOlder