Hi, Do we have any documentation on how to impleme...
# help-api-cli-orchestration
r
Hi, Do we have any documentation on how to implement Octavia for k8s deployments of Airbyte? Does it run inside the airbyte server container itself, if we add this configuration in values.yaml ? I don’t see octavia-cli in the airbyte helm charts.
Copy code
octavia-cli:
  image: airbyte/octavia-cli:0.42.1
  command: apply --force
  env:
    - <Values from kubernetes secrets>
  volumes:
    - ./octavia-cli/octavia:/home/octavia-project
  depends_on:
    - webapp
Or do we need to create a separate octavia-cli container ?
u
A message from kapa.ai
u
Hmm, I don't know enough to give you a confident answer yet. However, you can refer to the [Octavia CLI documentation](https://github.com/airbytehq/airbyte/tree/master/octavia-cli) for more information on how to use Octavia with Airbyte.
m
Today there isn’t any docs explaining it. @Richa Rochna but if you configure Octavia to access the IP/address of your deployment it should work fine.