Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Mention different kinds of Namespaces in Kubernetes.
Home
Kubernetes K8s
Mention different kinds of Namespaces in Kubernetes.
0
votes
asked
May 18, 2023
in
Kubernetes K8s
by
sharadyadav1986
Mention different kinds of Namespaces in Kubernetes.
namespacestypes
kubernetes
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 18, 2023
by
sharadyadav1986
The namespaces are of three kinds. They are:
Default: The default namespace that when the cluster comes out of the box with no other namespaces
Kube-system: The namespace for objects created by Kubernetes.
Kune-public: The namespace that can create automatically and is visible and readable publicly throughout the whole cluster. The public aspect of this namespace is only convenient and reserved for cluster usage.
...