Questions tagged [kubernetes-namespace]

Kubernetes supports multiple virtual clusters backed by the same physical cluster. These virtual clusters are called namespaces.

Namespaces provide a scope for names. Names of resources need to be unique within a namespace, but not across namespaces. Namespaces are a way to divide cluster resources between multiple users.

Namespaces in Kubernetes Docs

33 questions
0
votes
1 answer

Why is my externalName type service configuration not working in Kubernetes?

I created two namespaces and services in each namespace: Namespace: app-layer rest-app db-service-externalname Namespace: data-layer db-service When I try to connect to the MySQL database in DB Service from the rest-app, I get the…
Don Rhummy
  • 24,730
  • 42
  • 175
  • 330
0
votes
2 answers

Controlling the maximum resources utilized by a k8s namespace

How can one control the maximum resources to ever be used (at a given moment) by everything running in a specific k8s namespace. (Max. memory, max. CPU)?
Developer
  • 193
  • 1
  • 11
-1
votes
1 answer

Setting resource quota on Kubernetes object

I was exploring the resource quota in kubernetes. My problem statement is there has been a situation where a person accidently wrote a large value for memory limit like 10Gi and that caused a unwanted autoscaling triggered. I want to cap the…
cloudbud
  • 2,948
  • 5
  • 28
  • 54
1 2
3