Namespaces

Contents

    To partition the cluster into virtual sub-clusters.
    This feature does NOT provides any security by itself!

    DNS

    Default namespaces

    Not All Objects are in a Namespace
    namespace resources are not themselves in a namespace. And low-level resources, such as nodes and persistentVolumes, are not in any namespace.

    # In a namespace
    kubectl api-resources --namespaced=true
    
    # Not in a namespace
    kubectl api-resources --namespaced=false
    

    Proudly Powered by Zim 0.75.2.

    Template by Etienne Gandrille, based on ZeroFiveEight and using JQuery Toc Plugin.