The Scene
You deploy a simple Java Spring Boot application to Kubernetes. You give it a resource limit of 1GB RAM in your deployment.yaml.
resources:
limits:
memory: "1Gi" You deploy a simple Java Spring Boot application to Kubernetes. You give it a resource limit of 1GB RAM in your deployment.yaml.
resources:
limits:
memory: "1Gi"