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
Copy file name to clipboardExpand all lines: certificates/aws-cloud-practitioner.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,13 @@ SAAS
40
40
* Public
41
41
* Hybrid
42
42
* Private</summary><br><b>
43
+
44
+
- Public - Public cloud is when you leverage cloud services over the open internet on hardware owned by the cloud provider, but its usage is shared by other companies.<br>
45
+
46
+
- Hybrid - A hybrid cloud is a cloud computing environment that uses a mix of combining a public and private cloud environment, like an on-premises data center, and public CSPs.<br>
47
+
48
+
- Private - Private cloud means that the cloud infrastructure is provisioned for exclusive use by a single organization.
etcd is an open source distributed key-value store used to hold and manage the critical information that distributed systems need to keep running.[Read more](https://www.redhat.com/en/topics/containers/what-is-etcd)
<summary>What <code>kubectl describe pod [pod name] does?</code> command does?</summary><br><b>
1257
+
Show details of a specific resource or group of resources.
1255
1258
</b></details>
1256
1259
1257
1260
<details>
@@ -1397,6 +1400,7 @@ It includes:
1397
1400
1398
1401
<details>
1399
1402
<summary>Explain StatefulSet</summary><br><b>
1403
+
StatefulSet is the workload API object used to manage stateful applications. Manages the deployment and scaling of a set of Pods, and provides guarantees about the ordering and uniqueness of these Pods.[Learn more](https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/)
1400
1404
</b></details>
1401
1405
1402
1406
#### Kubernetes - Secrets
@@ -1666,6 +1670,7 @@ To fix it, these lines should placed in the spec of the cron job, above or under
1666
1670
1667
1671
<details>
1668
1672
<summary>Explain Imperative Management vs. Declarative Management</summary><br><b>
1673
+
1669
1674
</b></details>
1670
1675
1671
1676
<details>
@@ -1680,6 +1685,7 @@ Namespaces will allow to limit resources and also make sure there are no collisi
1680
1685
1681
1686
<details>
1682
1687
<summary>What Kube Proxy does?</summary><br><b>
1688
+
Kube Proxy is a network proxy that runs on each node in your cluster, implementing part of the Kubernetes Service concept
1683
1689
</b></details>
1684
1690
1685
1691
<details>
@@ -1722,6 +1728,7 @@ Scale the number of pods automatically on observed CPU utilization.
1722
1728
1723
1729
<details>
1724
1730
<summary>What does being cloud-native mean?</summary><br><b>
1731
+
The term cloud native refers to the concept of building and running applications to take advantage of the distributed computing offered by the cloud delivery model.
0 commit comments