jamiehannaford / what-happens-when-k8s

🤔 What happens when I type kubectl run?

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What happens when a JVM app runs inside kubernetes?

omnipresent07 opened this issue · comments

What happens when a JVM app runs inside kubernetes? with JVM flags

  J-XX:+UnlockExperimentalVMOptions
  J-XX:+UseCGroupMemoryLimitForHeap"
  1. With JVM heap constraints
  2. Without JVM heap constraints and Without requests/limits
  3. Without JVM heap constraints and With requests/limits