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: articles/aks/concepts-clusters-workloads.md
+7-21Lines changed: 7 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -407,35 +407,21 @@ The following namespaces are available when you create an AKS cluster:
407
407
408
408
| Namespace | Description |
409
409
| ----------------- | ------------- |
410
-
<<<<<<< HEAD
411
-
| *default* | Where pods and deployments are created by default when none is provided. In smaller environments, you can deploy applications directly into the default namespace without creating extra logical separations. When you interact with the Kubernetes API, such as with `kubectl get pods`, the default namespace is used when none is specified. |
410
+
| *default* | Where pods and deployments are created by default when none is provided. In smaller environments, you can deploy applications directly into the default namespace without creating additional logical separations. When you interact with the Kubernetes API, such as with `kubectl get pods`, the default namespace is used when none is specified. |
412
411
| *kube-system* | Where core resources exist, such as network features like DNS and proxy, or the Kubernetes dashboard. You typically don't deploy your own applications into this namespace. |
413
-
| *kube-public* | Typically not used, but can be used for resources to be visible across the whole cluster, and can be viewed by any user. |
414
-
=======
415
-
| *default* | Where pods and deployments are created by default when none is provided. In smaller environments, you can deploy applications directly into the default namespace without creating additional logical separations. When you interact with the Kubernetes API, such as with `kubectl get pods`, the default namespace is used when none is specified. |
416
-
| *kube-system* | Where core resources exist, such as network features like DNS and proxy, or the Kubernetes dashboard. You typically don't deploy your own applications into this namespace. |
417
-
| *kube-public* | Typically not used, but can be used for resources to be visible across the whole cluster, and can be viewed by any user. |
418
-
>>>>>>> 6a2b163ea7390e337503b34354e9689e528f1b62
412
+
| *kube-public* | Typically not used, you can use it for resources to be visible across the whole cluster, and can be viewed by any user. |
419
413
420
414
For more information, see [Kubernetes namespaces][kubernetes-namespaces].
421
415
422
416
## Next steps
423
417
424
418
For more information on core Kubernetes and AKS concepts, see the following articles:
425
419
426
-
<<<<<<< HEAD
427
-
* [Kubernetes / AKS access and identity][aks-concepts-identity]
428
-
* [Kubernetes / AKS security][aks-concepts-security]
429
-
* [Kubernetes / AKS virtual networks][aks-concepts-network]
430
-
* [Kubernetes / AKS storage][aks-concepts-storage]
431
-
* [Kubernetes / AKS scale][aks-concepts-scale]
432
-
=======
433
-
- [AKS access and identity][aks-concepts-identity]
434
-
- [AKS security][aks-concepts-security]
435
-
- [AKS virtual networks][aks-concepts-network]
436
-
- [AKS storage][aks-concepts-storage]
437
-
- [AKS scale][aks-concepts-scale]
438
-
>>>>>>> 6a2b163ea7390e337503b34354e9689e528f1b62
420
+
* [AKS access and identity][aks-concepts-identity]
0 commit comments