Replies: 2 comments
-
@Pithikos hm, interesting. Haven't seen many people use gvisor as a container runtime. Have you tried installing with the initContainer set to
Or alternatively, try using the CNI plugin. It'll be executed on the host so generally you don't need to run anything as root, or give the binary any special permissions. |
Beta Was this translation helpful? Give feedback.
-
Just FYI, I was trying with CNI. But it ended up way too much work from what I've hoped for. For already very secure tight-up pods it seemed a lot of debugging and issues. A bit overwhelming - I had hoped to be able to just plug and play but it seems it doesn't play very well with a lot of In the end I changed my architecture to do the encryption at application layer. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm relatively new to Kubernetes and need to add SSL between pods. I thought of using linkerd since it seems the most minimal solution out there.
However it seems I can't get it working under gvisor.
My test deployment looks like below
How do I resolve this?
Beta Was this translation helpful? Give feedback.
All reactions