Skip to content

Commit 8bdfcea

Browse files
committed
chore: add "Java" and "kubernetes" tags to post metadata
1 parent 1ae37f6 commit 8bdfcea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/java/java-application-on-kubernetes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Java Application on kubernetes"
33
date: "2024-05-22"
4-
tags: ["Java"]
4+
tags: ["Java", "kubernetes"]
55
updated: "2025-09-02"
66
summary: "Practical JVM and container tuning tips: memory sizing, CPU settings, probes, and GC choices tailored for K8s."
77
description: "컨테이너/Kubernetes 환경에서 Java 애플리케이션을 안정적으로 운영하기 위한 메모리/CPU 설정, 프로브, GC, QoS 전략 정리"

0 commit comments

Comments
 (0)