Skip to content

Commit 1eefe98

Browse files
committed
Resolved merge conflict
1 parent 2a00d23 commit 1eefe98

File tree

1 file changed

+7
-21
lines changed

1 file changed

+7
-21
lines changed

articles/aks/concepts-clusters-workloads.md

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -407,35 +407,21 @@ The following namespaces are available when you create an AKS cluster:
407407

408408
| Namespace | Description |
409409
| ----------------- | ------------- |
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. |
412411
| *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. |
419413

420414
For more information, see [Kubernetes namespaces][kubernetes-namespaces].
421415

422416
## Next steps
423417

424418
For more information on core Kubernetes and AKS concepts, see the following articles:
425419

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]
421+
* [AKS security][aks-concepts-security]
422+
* [AKS virtual networks][aks-concepts-network]
423+
* [AKS storage][aks-concepts-storage]
424+
* [AKS scale][aks-concepts-scale]
439425

440426
<!-- EXTERNAL LINKS -->
441427
[cluster-api-provider-azure]: https://github.com/kubernetes-sigs/cluster-api-provider-azure

0 commit comments

Comments
 (0)