confidential-containers / trustee-operator

Operator to manage the lifecycle of Trustee (KBS)
Apache License 2.0
2 stars 15 forks source link

KBS deployment as microservices #5

Closed lmilleri closed 8 months ago

lmilleri commented 8 months ago

Content of this PR:

lmilleri commented 8 months ago

@bpradipt Please have a look

bpradipt commented 8 months ago

@lmilleri possible to enable either all-in-one and multi-container deployment using a configurable option ?

lmilleri commented 8 months ago

@lmilleri possible to enable either all-in-one and multi-container deployment using a configurable option ?

Not at the moment, will have a look

lmilleri commented 8 months ago

@bpradipt I have split into 2 commits:

lmilleri commented 8 months ago

Support for HTTPS would be needed as well, for the clients to verify the kbs server is what is claiming to be. Working in progress

lmilleri commented 8 months ago

Add support for HTTPS and volume mounts optimization

bpradipt commented 8 months ago

@lmilleri nice work. Some minor comments to address and it should be good to merge