Sorry for the flood of my questions recently, I hope this is my last for a while.
For legitimate reasons we run some of the workload as plain pods instead of deployments. I am wondering if it there is a way to set up a service automatically in a similar way (
skupper.io/port,
skupper.io/proxy annotations). I have tried it and it didn't seem to work.
If not, I'd still prefer to avoid using Skupper CLI, is there a way to set up the service(s) manually using yaml manifests?
The reason I'd like to avoid using the CLI that we have an automatic integration for our app that connects to Kubernetes API via a client library and manages the pods/deployments/services on the Kubernetes cluster(s). Adding a CLI there means we'll need to set up an CLI interface, credentials, error handling, etc.
Thanks a lot, Ondra