This project contains example uses of the Azure Service Operator. These examples show how to deploy Azure services alongside your Kubernetes deployments.
The example deployments currently contained in this repository:
- azure-votes-sql - example Go web app using Azure SQL Server
- wordpress-demo - example deploying Wordpress with Azure Databases for MySQL
Examples using the v2 operator with code-generated resources for full coverage.
- azure-votes-postgresql - Go voting web app using PostgreSQL server
- cosmos-todo-list - .NET todo-list web application using Cosmos DB SQL API for storage
-
Kubernetes cluster
- Local: Minikube
- Kind, or,
- Docker for desktop.
- Or in the cloud: Azure Kubernetes Service
Go to the directory containing the example you would like to try. Follow the readme there.
The contribution guide covers everything you need to know about how you can contribute to Azure Service Operators. The developer guide will help you onboard as a developer.
Azure Service Operator is an open source project that is not covered by the Microsoft Azure support policy. Please search open issues here, and if your issue isn't already represented please open a new one. The Azure Service Operator project maintainers will respond to the best of their abilities.
This project has adopted the Microsoft Open Source Code of Conduct. For more information, see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.