<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Cert-Manager on CharmingGroot</title>
    <link>https://charminggroot.github.io/tags/cert-manager/</link>
    <description>Recent content in Cert-Manager on CharmingGroot</description>
    <generator>Hugo</generator>
    <language>ko-kr</language>
    <lastBuildDate>Fri, 12 Jun 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://charminggroot.github.io/tags/cert-manager/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>023. Kubernetes Ingress — HTTP(S) 트래픽의 단일 진입점</title>
      <link>https://charminggroot.github.io/posts/023-k8s-ingress/</link>
      <pubDate>Fri, 12 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://charminggroot.github.io/posts/023-k8s-ingress/</guid>
      <description>Service를 LoadBalancer 타입으로 노출하면 서비스마다 로드밸런서가 하나씩 생겨 비용이 선형으로 늘어난다. Ingress는 하나의 진입점에서 호스트 이름과 URL 경로로 트래픽을 여러 Service로 분배한다. Ingress 오브젝트와 Ingress Controller의 관계, 경로 기반·호스트 기반 라우팅, TLS 종료, cert-manager 자동 인증서 갱신을 설명한다.</description>
    </item>
    <item>
      <title>031. Kubernetes CRD &amp; Operator 패턴 — k8s를 플랫폼으로 확장하기</title>
      <link>https://charminggroot.github.io/posts/031-k8s-crd-operator/</link>
      <pubDate>Fri, 12 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://charminggroot.github.io/posts/031-k8s-crd-operator/</guid>
      <description>k8s는 Deployment, Service, ConfigMap 같은 기본 리소스 외에 사용자 정의 리소스(CRD)를 추가할 수 있다. Operator 패턴은 CRD로 새 리소스를 정의하고, 컨트롤러가 그 리소스의 desired state를 실현하는 구조다. cert-manager, Postgres Operator처럼 복잡한 운영 지식을 자동화하는 데 쓰인다.</description>
    </item>
  </channel>
</rss>
