From bb2eea1f8e5a65000c7448347130ef3f8db1836c Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Mon, 6 Dec 2021 17:27:17 -0800 Subject: [PATCH] Update ReadMe file. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6370e57..aa34f3b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -## Project not ready +## AKS Deployer -This is work in progress. Will update once ready. +AKS Deployer can be used to help deploying applications to AKS managed clusters. It defines a custom resource for app definition. A syncer can be used to continuously monitor a blob storage for yaml files that contain all the applications that are needed in a cluster. Whenever those yaml files change, the deployer will keep reconciling the state of the cluster to match those definition. It also contains code to help managing secrets or managed identity using Azure Key Vault. ## Contributing