I am looking to deploy Browsertrix on Azure Kubernetes

Is there any documentation or information that would help me with a deployment like this? Also, are there any potential issues with deploying on Azure Kurbernetes. It is not listed in any of the examples or Ansible playbooks.

We don’t have any specific documentation, as we haven’t had a chance to test it, but it should generally work with any k8s environment. You’ll want to install the nginx-ingress and cert-manager, either using the standard charts, or if AKS provides its own way to do that, it could be easier. I think it the K3S instructions should provide a general picture: Remote: Self-Hosted and Cloud - Browsertrix Docs

If you end up deploying (or running into issues), either way, let us know and report here!

We’d love to be able to add AKS specific instructions if there are any caveats.