docs: add Cilium transparent mTLS deep dive blog post#5672
Open
nddq wants to merge 1 commit intoAzure:masterfrom
Open
docs: add Cilium transparent mTLS deep dive blog post#5672nddq wants to merge 1 commit intoAzure:masterfrom
nddq wants to merge 1 commit intoAzure:masterfrom
Conversation
65cd9a2 to
a35dc24
Compare
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). |
a35dc24 to
07273b6
Compare
07273b6 to
8ab8db8
Compare
achevuru
reviewed
Mar 23, 2026
8ab8db8 to
da7c000
Compare
da7c000 to
2ecdee8
Compare
mikemorris
reviewed
Apr 3, 2026
2ecdee8 to
b46ff00
Compare
b46ff00 to
2b891a2
Compare
2b891a2 to
6f1bb45
Compare
6f1bb45 to
a0ea7ee
Compare
a0ea7ee to
b38be1e
Compare
b38be1e to
5e43a43
Compare
mikemorris
reviewed
Apr 24, 2026
Member
mikemorris
left a comment
There was a problem hiding this comment.
Minor suggested revisions, overall LGTM
5e43a43 to
0a85de5
Compare
mikemorris
approved these changes
Apr 28, 2026
sjwaight
approved these changes
Apr 29, 2026
rahulrai-in
approved these changes
Apr 29, 2026
Contributor
rahulrai-in
left a comment
There was a problem hiding this comment.
LGTM.
Suggest to add sequence numbers to the diagram and then number the steps in the description.
0a85de5 to
94db42f
Compare
94db42f to
091f234
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>
091f234 to
384599e
Compare
rahulrai-in
approved these changes
May 1, 2026
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.