Skip to content

Commit 907312c

Browse files
author
abregman
committed
Add a couple of resources
1 parent ba18baa commit 907312c

File tree

5 files changed

+33
-0
lines changed

5 files changed

+33
-0
lines changed

resources/aws.md

+8
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ Name | Comments
1414
:------|:------:
1515
[The Hitchhiker’s Guide to Redshift — part 1: With great power come performance issues](https://blog.atomdata.io/the-hitchhikers-guide-to-redshift-part-1-with-great-power-comes-performance-issues-748d293e0b18) |
1616

17+
## IaC
18+
19+
Name | Comments
20+
:------|:------:
21+
[terraformer](https://github.com/GoogleCloudPlatform/terraformer) | "A CLI tool that generates tf/json and tfstate files based on existing infrastructure (reverse Terraform)."
22+
[terraforming](https://github.com/dtan4/terraforming) | "Export existing AWS resources to Terraform style (tf, tfstate)"
23+
24+
1725
## Videos
1826

1927
Name | Comments

resources/azure.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Azure
2+
3+
## IaC
4+
5+
Name | Comments
6+
:------|:------:
7+
[terraformer](https://github.com/GoogleCloudPlatform/terraformer) | "A CLI tool that generates tf/json and tfstate files based on existing infrastructure (reverse Terraform)."

resources/gcp.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# GCP
2+
3+
## IaC
4+
5+
Name | Comments
6+
:------|:------:
7+
[terraformer](https://github.com/GoogleCloudPlatform/terraformer) | "A CLI tool that generates tf/json and tfstate files based on existing infrastructure (reverse Terraform)."

resources/kubernetes.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Name | Comments
66
:------ |:--------:
77
[kubernetes.io](https://kubernetes.io) | Official Kubernetes site by Google
88
[Kubernetes 101](https://medium.com/google-cloud/kubernetes-101-pods-nodes-containers-and-clusters-c1509e409e16) | Great beginner article on Kubernetes fundamental concepts
9+
[Kubernetes Tutorial for Beginners](https://www.youtube.com/watch?v=X48VuDVv0do&ab_channel=TechWorldwithNana) | Full video of 4 hours on Kubernetes (2020)
910
[Learning Path: Kubernetes](https://developer.ibm.com/series/kubernetes-learning-path/) | From basic to advanced Kubernetes learning series
1011
[Kubernetes 101 - Concepts and Why It Matters](https://www.magalix.com/blog/kubernetes-101-concepts-and-why-it-matters?fbclid=IwAR10FZlZ9Pw5c94tGRlgsCrVZTa1bSV2mbxEP8p4cXZ5T-k4VXF-3OUKkFo) |
1112
[kubernetes-workshop](https://github.com/eon01/kubernetes-workshop) |
@@ -40,6 +41,7 @@ Name | Comments
4041
:------ |:--------:
4142
[The Illustrated Children's Guide to Kubernetes](https://www.youtube.com/watch?v=4ht22ReBjno) |
4243
[Learn Kubernetes](https://www.youtube.com/playlist?list=PL34sAs7_26wNBRWM6BDhnonoA5FMERax0) | Over 50 Kubernetes videos
44+
[Kubernetes Ingress Explained Completely For Beginners](https://www.youtube.com/watch?v=GhZi4DxaxxE&ab_channel=KodeKloud) | 2019
4345

4446
## Tools & Projects
4547

@@ -54,6 +56,7 @@ Name | Comments
5456
Name | Comments
5557
:------ |:--------:
5658
[CKAD-Practice-Questions](https://github.com/bbachi/CKAD-Practice-Questions) | "a consolidated list for CKAD practice questions"
59+
[CKAD Prep Exam Video](https://www.youtube.com/watch?v=TPXwVmvzlV4&ab_channel=TheFrontOpsGuy) | A video of doing a CKAD prep exam (2020)
5760

5861
## CheatSheet
5962

resources/terraform.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,11 @@
44

55
https://project-awesome.org/shuaibiyy/awesome-terraform
66
[Terraform Script Builder](https://terraparty.com) | export valid Terraform scripts using UI
7+
8+
## Cloud
9+
10+
Name | Comments
11+
:------|:------:
12+
[terraformer](https://github.com/GoogleCloudPlatform/terraformer) | "A CLI tool that generates tf/json and tfstate files based on existing infrastructure (reverse Terraform)."
13+
[terraforming](https://github.com/dtan4/terraforming) | "Export existing AWS resources to Terraform style (tf, tfstate)"
14+

0 commit comments

Comments
 (0)