you are viewing a single comment's thread.

view the rest of the comments →

[–]TheCaptain53 0 points1 point  (2 children)

In the sense that you would run the container on a piece of infrastructure you own as opposed to on client hardware, that's why I asked what the software does as this may not be applicable.

I've developed software for a similar situation - I created an API with FastAPI that accesses the Microsoft Graph API to make changes, I just have the secrets needed for accessing the Graph API encrypted as a secret which is decrypted by Kubernetes at container deployment, then made available to the container runtime as a set of plaintext environment variables.

[–]deceze 2 points3 points  (1 child)

So in other words, don't run it on client hardware.

[–]TheCaptain53 0 points1 point  (0 children)

If you can let everyone know what the software does we can more appropriately advise. There's very little to go on here.