You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -124,7 +124,7 @@ A **network protocol** is an established set of rules that determine how data is
124
124
125
125
Here you will need to know how a network works, how to configure **firewalls**, understand how **DNS** works, **OSI model**, IP addresses, ports, etc.
126
126
127
-
Resources:
127
+
**Resources:**
128
128
129
129
-[OSI Model Explained](https://www.cloudflare.com/en-gb/learning/ddos/glossary/open-systems-interconnection-model-osi/) <sup>FREE</sup>
130
130
-[Computer Networking: A Top-Down Approach](https://www.amazon.com/Computer-Networking-Top-Down-Approach-7th/dp/0133594149) <sup>book</sup> [Video Content](https://www.youtube.com/playlist?list=PLByK_3hwzY3Tysh-SY9MKZhMm9wIfNOas)<sup>video</sup>
@@ -144,7 +144,7 @@ Server management includes all the infrastructure monitoring and maintenance req
144
144
145
145
Here you will need to know what is **forward and reverse proxies**, **caching servers**, and how to operate **Web Servers**, such as Nginx, Apache, or IIS.
146
146
147
-
Resources:
147
+
**Resources:**
148
148
149
149
-[What is a reverse proxy?](https://www.cloudflare.com/en-gb/learning/cdn/glossary/reverse-proxy/) <sup>FREE</sup>
150
150
-[What is a CDN edge server??](https://www.cloudflare.com/learning/cdn/glossary/edge-server/) <sup>FREE</sup>
@@ -166,7 +166,7 @@ Here you need to know how to run containers, Docker Networking, Volumes, Dockerf
166
166
167
167
Docker Compose is important as pre-requisite for Kubernetes. It is a tool for defining and running multi-container Docker applications. With Compose, you use a YAML file to configure your application’s services. Then, with a single command, you create and start all the services from your configuration.
168
168
169
-
Resources:
169
+
**Resources:**
170
170
171
171
-[What are Containers?](https://cloud.google.com/learn/what-are-containers) <sup>FREE</sup>
172
172
-[Learning Containers From The Bottom Up](https://iximiuz.com/en/posts/container-learning-path/) <sup>FREE</sup>
@@ -190,7 +190,7 @@ You need to know basic components of Kubernetes, such as: Master Node, Worker No
190
190
191
191
Also, you need to know how to work with kubectl and Helm tools.
192
192
193
-
Resources:
193
+
**Resources:**
194
194
195
195
-[Kubernetes Crash Course for Absolute Beginners by TechWorld with Nana](https://www.youtube.com/watch?v=s_o8dwzRlu4) <sup>FREE</sup>
196
196
-[Primer: How Kubernetes Came to Be, What It Is, and Why You Should Care](https://thenewstack.io/primer-how-kubernetes-came-to-be-what-it-is-and-why-you-should-care/) <sup>Article</sup>
@@ -211,7 +211,7 @@ Sometimes referred to as **IaC**, it refers to the techniques and tools used to
211
211
212
212
Here you need to know how to do **infrastructure provisioning** and **configuration management**.
213
213
214
-
Resources:
214
+
**Resources:**
215
215
216
216
-[GUIs, CLI, APIs: Learn Basic Terms of Infrastructure-as-Code](https://thenewstack.io/guis-cli-apis-learn-basic-terms-of-infrastructure-as-code/) <sup>FREE</sup>
217
217
- Terraform:
@@ -254,7 +254,7 @@ Here you need to learn how to set up CI/CD server, integrate code and trigger pi
254
254
255
255
Some **popular CI/CD tools** are: Jenkins, TeamCity, CircleCI, Bamboo, GitLab, and Azure DevOps.
0 commit comments