Does Dex have support for CBL Mariner aka Mariner aks "Azure Linux"? #3284
-
We recently tried to deploy a test instance of Dex on our dev AKS cluster and ran into the strangest behavior :)
The only difference between the cluster was that our own dev cluster is using the new container-optimized "Azure Linux" for its default node pool where the second cluster is still using "Ubuntu Linux" for those nodes. This leads me to ask: does Dex support running on/with Mariner aka "Azure Linux"? Have you tried? Do you know about Mariner? Or we wading into a deep unknown territory here? :) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I think we solved this. We cleared some local caches and then it seemed to work as expected. |
Beta Was this translation helpful? Give feedback.
-
Thanks Maksim, I didn't think so either but we had such weird errors and
only the OS used in the node pool was a real difference.
Turned out to be cache dumminess :D
Urge you to try the newer container-optimized OSes in your k8s clusters, as
they remove a ton of vulnerabilities. They only provide a container-runtime
and do away with the traditional OS layer. "Azure Linux" for AKS,
BottleRocket for EKS, not sure about GKE since we don't use that (yet). You
can still provide Ubuntu in a node group, when you need to. Very cool and -
as you said - most things "just work". :)
Cheers,
Christian.
…On Fri, Jan 19, 2024 at 10:14 PM Maksim Nabokikh ***@***.***> wrote:
Good to hear.
@pfarikrispy <https://github.com/pfarikrispy> as for me, I've never heard
about Azure Linux, but it does not seem that Dex has Linux
distribution-specific dependencies other than any go application has.
—
Reply to this email directly, view it on GitHub
<#3284 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC622W5Y35PGBVVHKBQIG23YPLO4NAVCNFSM6AAAAABCARDOTOVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DCOBWGAYTM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
I think we solved this. We cleared some local caches and then it seemed to work as expected.