docs: add Cilium transparent mTLS deep dive blog post#5672
Open
nddq wants to merge 1 commit into
Open
Conversation
nddq
force-pushed
the
nddq/2026-03-12-transparent-mtls-cilium-ztunnel
branch
from
March 23, 2026 18:41
65cd9a2 to
a35dc24
Compare
nddq
marked this pull request as ready for review
March 23, 2026 18:47
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new AKS engineering blog post that deep-dives Cilium’s transparent mTLS implementation with ztunnel (as shipped in ACNS public preview), including author metadata updates to support the post.
Changes:
- Added three new author entries to
website/blog/authors.yml. - Added a new blog post at
website/blog/2026-03-23-transparent-mtls-cilium-ztunnel/index.mdcovering architecture, control-plane channels, interception, SPIRE, and permissive mode.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 7 comments.
| File | Description |
|---|---|
website/blog/authors.yml |
Adds author definitions for the new post contributors and cleans up trailing whitespace. |
website/blog/2026-03-23-transparent-mtls-cilium-ztunnel/index.md |
Introduces the new transparent mTLS deep dive post content (including an embedded interactive walkthrough). |
nddq
force-pushed
the
nddq/2026-03-12-transparent-mtls-cilium-ztunnel
branch
from
March 23, 2026 19:09
a35dc24 to
07273b6
Compare
nddq
force-pushed
the
nddq/2026-03-12-transparent-mtls-cilium-ztunnel
branch
from
March 23, 2026 20:02
07273b6 to
8ab8db8
Compare
achevuru
reviewed
Mar 23, 2026
nddq
force-pushed
the
nddq/2026-03-12-transparent-mtls-cilium-ztunnel
branch
from
March 23, 2026 21:16
8ab8db8 to
da7c000
Compare
nddq
force-pushed
the
nddq/2026-03-12-transparent-mtls-cilium-ztunnel
branch
from
March 23, 2026 21:45
da7c000 to
2ecdee8
Compare
mikemorris
reviewed
Apr 3, 2026
nddq
force-pushed
the
nddq/2026-03-12-transparent-mtls-cilium-ztunnel
branch
from
April 6, 2026 18:33
2ecdee8 to
b46ff00
Compare
nddq
force-pushed
the
nddq/2026-03-12-transparent-mtls-cilium-ztunnel
branch
from
April 6, 2026 18:38
b46ff00 to
2b891a2
Compare
nddq
force-pushed
the
nddq/2026-03-12-transparent-mtls-cilium-ztunnel
branch
from
April 6, 2026 20:20
2b891a2 to
6f1bb45
Compare
nddq
force-pushed
the
nddq/2026-03-12-transparent-mtls-cilium-ztunnel
branch
from
April 29, 2026 22:51
94db42f to
091f234
Compare
nddq
force-pushed
the
nddq/2026-03-12-transparent-mtls-cilium-ztunnel
branch
from
April 29, 2026 23:06
091f234 to
384599e
Compare
rahulrai-in
approved these changes
May 1, 2026
nddq
force-pushed
the
nddq/2026-03-12-transparent-mtls-cilium-ztunnel
branch
from
May 22, 2026 15:52
384599e to
0d5f8ad
Compare
nddq
force-pushed
the
nddq/2026-03-12-transparent-mtls-cilium-ztunnel
branch
from
May 26, 2026 13:59
0d5f8ad to
9538c15
Compare
nddq
force-pushed
the
nddq/2026-03-12-transparent-mtls-cilium-ztunnel
branch
from
July 1, 2026 02:18
9538c15 to
6408951
Compare
nddq
force-pushed
the
nddq/2026-03-12-transparent-mtls-cilium-ztunnel
branch
from
July 9, 2026 04:33
6408951 to
32c95a5
Compare
nddq
force-pushed
the
nddq/2026-03-12-transparent-mtls-cilium-ztunnel
branch
from
July 9, 2026 16:22
32c95a5 to
3922247
Compare
Add a new blog post covering Cilium's transparent mTLS support using ztunnel as the data plane, now available in ACNS as a public preview. The post details the three control plane channels (ZDS, xDS, CA), iptables-based traffic interception, SPIRE integration for production identity, and the permissive mode rollout model. The interactive walkthrough animation ships alongside the post as a self-contained HTML asset, with icons inlined as data URIs so it has no runtime dependency on external CDNs. A small webpack rule in docusaurus.config.ts emits .html imports as static asset URLs so the iframe loads from this site rather than an external GitHub Pages deployment. Signed-off-by: Quang Nguyen <nguyenquang@microsoft.com> Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
nddq
force-pushed
the
nddq/2026-03-12-transparent-mtls-cilium-ztunnel
branch
from
July 9, 2026 19:03
3922247 to
0b3a086
Compare
Member
Author
|
@chasewilson can you help me check this one in? Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New blog post covering the engineering details behind Cilium's transparent mTLS
support using ztunnel, now available in ACNS as a public preview.
The post covers:
Also includes an embedded interactive animation with theme sync and author entries
for the three contributors.