---
title: "FREE SSL for Kubernetes!"
url: https://daily.dev/posts/free-ssl-for-kubernetes--eyohlnojc
source_url: https://www.youtube.com/watch?v=E9K-Wc78dQM
type: video:youtube
source: "That DevOps Guy"
published: 2026-05-31T07:40:50.624Z
updated: 2026-05-31T07:50:22.450Z
tags: ["kubernetes", "helm"]
reading_time: 2
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# FREE SSL for Kubernetes!

**[That DevOps Guy](https://daily.dev/sources/marcel-dempers)** · 2 min read · 0 upvotes · 0 comments

## Summary

Cert Manager is a cloud-native certificate management solution for Kubernetes and OpenShift that automates TLS certificate provisioning. By installing it via Helm, you gain access to new Kubernetes objects called issuers and certificates. Issuers can point to Let's Encrypt for free public certificates or a self-signed CA for local/internal use. Once an issuer is configured, Cert Manager works with ingress controllers or Gateway API to automatically order and renew TLS certificates, storing them as Kubernetes secrets for HTTPS traffic.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=E9K-Wc78dQM>

## Similar posts on daily.dev

- [How to Encrypt Kubernetes Traffic with cert-manager, Let's Encrypt, and Internal TLS](https://daily.dev/posts/how-to-encrypt-kubernetes-traffic-with-cert-manager-let-s-encrypt-and-internal-tls-9zjo9p9lm) · freeCodeCamp · 14 upvotes · 1 comments

---

Tags: [#kubernetes](https://daily.dev/tags/kubernetes), [#helm](https://daily.dev/tags/helm)

[View this post on daily.dev](https://daily.dev/posts/free-ssl-for-kubernetes--eyohlnojc)
