We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aff25c commit d741b3dCopy full SHA for d741b3d
contents/posts/java/java-application-on-kubernetes.mdx
@@ -2,7 +2,7 @@
2
title: "Java Application on kubernetes"
3
date: "2024-05-22"
4
tags: ["Java", "kubernetes"]
5
-updated: "2025-09-02"
+updated: "2025-10-30"
6
summary: "Practical JVM and container tuning tips: memory sizing, CPU settings, probes, and GC choices tailored for K8s."
7
description: "컨테이너/Kubernetes 환경에서 Java 애플리케이션을 안정적으로 운영하기 위한 메모리/CPU 설정, 프로브, GC, QoS 전략 정리"
8
---
0 commit comments