You've already forked devops-exercises
Add different solutions to AWS exercises
Not only console solutions, but also Terraform and Pulumi. In addition, this change fixes issues #279 and #280
This commit is contained in:
@@ -13,12 +13,21 @@
|
||||
|
||||
## Kubernetes Questions
|
||||
|
||||
* [Kubernetes 101](#kubernetes-101)
|
||||
* [Kubernetes Hands-On Basics](#kubernetes-hands-on-basiscs)
|
||||
* [Kubernetes Cluster](#kubernetes-cluster)
|
||||
* [Kubernetes Pods](#kubernetes-pods)
|
||||
* [Kubernetes Deployments](#kubernetes-deployments)
|
||||
* [Kubernetes Services](#kubernetes-services)
|
||||
- [Kubernetes](#kubernetes)
|
||||
- [Kubernetes Exercises](#kubernetes-exercises)
|
||||
- [Kubernetes Questions](#kubernetes-questions)
|
||||
- [Kubernetes 101](#kubernetes-101)
|
||||
- [Kubernetes - Hands-On Basics](#kubernetes---hands-on-basics)
|
||||
- [Kubernetes - Cluster](#kubernetes---cluster)
|
||||
- [Pods](#pods)
|
||||
- [Deployments](#deployments)
|
||||
- [Services](#services)
|
||||
- [Ingress](#ingress)
|
||||
- [Kubernetes - Security](#kubernetes---security)
|
||||
- [Kubernetes - Troubleshooting Scenarios](#kubernetes---troubleshooting-scenarios)
|
||||
- [Kubernetes - Submariner](#kubernetes---submariner)
|
||||
- [Kubernetes - Istio](#kubernetes---istio)
|
||||
- [Kubernetes - Scenarios](#kubernetes---scenarios)
|
||||
|
||||
## Kubernetes 101
|
||||
|
||||
@@ -161,9 +170,9 @@ False. A Kubernetes cluster consists of at least 1 master and can have 0 workers
|
||||
|
||||
<details>
|
||||
<summary>Place the components on the right side of the image in the right place in the drawing<br>
|
||||
<img src="images/kubernetes_components.png"/>
|
||||
<img src="images/cluster_architecture_exercise.png"/>
|
||||
</summary><br><b>
|
||||
<img src="images/kubernetes_components_solution.png"/>
|
||||
<img src="images/cluster_architecture_solution.png"/>
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
|
||||
BIN
topics/kubernetes/images/cluster_architecture_exercise.png
Normal file
BIN
topics/kubernetes/images/cluster_architecture_exercise.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 45 KiB |
BIN
topics/kubernetes/images/cluster_architecture_solution.png
Normal file
BIN
topics/kubernetes/images/cluster_architecture_solution.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 43 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 49 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 45 KiB |
Reference in New Issue
Block a user