This commit is contained in:
abregman 2020-09-02 02:01:13 +03:00
commit ccb1bb5084

View File

@ -270,7 +270,7 @@ One can argue whether it's per company definition or a global one but at least a
<details> <details>
<summary>What is "infrastructure as code"? What implementation of IAC are you familiar with?</summary><br><b> <summary>What is "infrastructure as code"? What implementation of IAC are you familiar with?</summary><br><b>
IAC (infrastructure as code) is a declerative approach of defining infrastructure or architecture of a system. Some imlementations are ARM templates for Azure and Terraform that can work across multiple cloud providers. IAC (infrastructure as code) is a declerative approach of defining infrastructure or architecture of a system. Some implementations are ARM templates for Azure and Terraform that can work across multiple cloud providers.
</b></details> </b></details>
<details> <details>
@ -4412,9 +4412,9 @@ False. When a namespace is deleted, the resources in that namespace are deleted
<details> <details>
<summary>What special namespaces are there?</summary><br><b> <summary>What special namespaces are there?</summary><br><b>
* Default * default
* Kube-system * kube-system
* Kube-public * kube-public
</b></details> </b></details>
<details> <details>