- Deploy with Helm (recommended)
- Deploy Azure Service Operator using a configurable Helm chart.
- Build locally & deploy without Helm
- Build Azure Service Operator locally and deploy to a Kubernetes cluster.
- Provision a resource using Azure Service Operator Learn to use Azure Service Operator to provision different Azure resources.
- Authentication using managed identities
- Use a managed identity for authentication of Azure Service Operator instead of a Service Principal.
- Secret management Learn how secrets are managed in Azure Service Operator and choose the best option for you.
- How it works Learn the control flow behind deploying the operator and provision resources through the operator.
- Prerequisites:
- Find the list of tools and dependencies needed to develop and deploy the Azure Service Operator
- Developing
- Find information for running the operator locally.
- Testing
- Find information about how to run and author tests.
- Debugging
- Debug your Azure Service Operator deployment.
- New Operator Guide
- Create a new operator to be used with Azure Service Operator.
- Kubebuilder tips & tricks Install and get started with Kubebuilder