Azure / AppConfiguration

Questions, feedback and samples for Azure App Configuration service
MIT License
241 stars 73 forks source link

Hosting Azure app configuration as container in K8s cluster #946

Closed Bhanu88 closed 3 months ago

Bhanu88 commented 3 months ago

Hello ,

Can we host the Azure app configuration as a container inside a Kubernetes cluster?

or in future is there a plan to release such images?

RichardChen820 commented 3 months ago

Azure App Configuration is a regional https-based cloud service, don't have such a plan to host it inside a Kubernetes cluster so far. You probably can elaborate your requirement first to see how Azure app configuration can help.

Bhanu88 commented 3 months ago

so we are planning to use Azure app configuration to store configuration for all apps.

Until we are on Azure we are good but when we are trying to deploy the solution on other on-premise platform like openshift where the internet access is not allowed we are stuck.

so I was asking if we can deploy azure app configuration in an container way

zhenlan commented 3 months ago

@Bhanu88, we currently don't have a plan for an on-prem offering, like Azure Stack.

With that being said, App Configuration strives to meet customers where they are by offering providers for various languages and platforms. For instance, .NET applications can seamlessly consume configuration from both JSON files and App Configuration stores. Similarly, Kubernetes applications/pods can continue to use ConfigMap via an App Configuration Kubernetes provider.

If user applications lack an internet connection, they can use traditional configuration solutions like JSON files or ConfigMap. However, when an internet connection is available, even for on-prem applications, they can easily switch to App Configuration with minimal effort by adopting App Configuration providers.

Bhanu88 commented 3 months ago

Thanks for the response. it's clear to me .