openshift
What is the “kube-system” namespace for?
In a default openshift install, there is an unused project titled kube-system. It seems like openshift-infra is for things like metrics, default is for the router and registry, and openshift is for global templates. What is the kube-system project used for though? I can't find any docs on it.
kube-system is the namespace for objects created by the Kubernetes system. Typically, this would contain pods like kube-dns, kube-proxy, kubernetes-dashboard and stuff like fluentd, heapster, ingresses and so on.
Related Links
OpenShift-Ansible with MS Active Directory
Openshift3 Does free hosting work
In openshift, router pod can NOT start up successfully
Add JAVA_OPTS to jboss-eap70-openshift
Q: Service with multiple ports/protocols per route (e.g. HTTP and HTTPS) possible in OpenShift?
How to configure gnupg in openshift
Error when upload a yml with cluster policy bindings in openshift “already exist”
How to config Wildfly Server on OpenShift V3.x
Can I generate incremental Build Name in an OpenShift Origin build?
Differences between OpenShift and Kubernetes
Openshift: how to edit scc non-interactively?
Is there any way to access the git repository when pushing to openshift (v2)?
Openshift: unable to reach GitHub for running S2I
Openshift 2.4 cdk Gitlab-CE “SchedulerPredicates failed due to PersistentVolumeClaim is not bound: ”gitlab-ce-redis-data“, which is unexpected.”
How to ssh a openshift3 pod if replicas are more than one?
How do you create a deployment configuration in OpenShift? Is it automatic for new-app based on a docker image?