How to settings CNI overlay in Azure Container App

Marcus Martins Leite 40 Reputation points
2023-06-28T05:43:48.63+00:00

I need to know if is possible settings Azure Container App with CNI overlay like AKS. If not, please, can you solve IP exhaution in replicas. I can't see where is the IP address information is. I know that IP address is assigned to replicas, but I don't know how many IP's are available to my containers.

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
329 questions
{count} votes

Accepted answer
  1. navba-MSFT 19,735 Reputation points Microsoft Employee
    2023-06-30T12:51:08.9566667+00:00

    @Marcus Martins Leite Thanks for getting back.

    Yes, you are correct about these definitions. Here is some additional information to help you understand these concepts better:

    Azure Container Environment: An Azure Container Environment is a managed Kubernetes cluster that provides a platform to deploy and run containerized applications. It is a fully managed service that abstracts the underlying infrastructure and provides a scalable, secure, and reliable environment to run your applications.

    Container App: A Container App is a containerized application that can be deployed to an Azure Container Environment. It is a lightweight, portable, and self-contained unit that encapsulates all the dependencies and configurations required to run the application.

    Revision: A Revision is a version of a Container App that is deployed to an Azure Container Environment. It represents a specific configuration of the application, including the container image, environment variables, and other settings. Revisions allow you to deploy and manage multiple versions of your application simultaneously.

    Replicas: A Replica is a copy of a Pod that runs a Container App. Pods are the smallest deployable units in Kubernetes, and they can contain one or more containers. Replicas allow you to scale your application horizontally by creating multiple instances of the same Pod. Each Replica is identical to the others and runs the same version of the Container App.

    I hope this information helps you better understand the Azure Container App concepts.

    Question: How many container app I can create in the container app environment in consumption plan ?
    Answer: In Azure Container Apps, the number of container apps that you can create in a container app environment in the consumption plan is unlimited. However, there are some quotas and limits that you should be aware of.
    User's image

    For example, the maximum number of revisions per container app is 100, and the maximum number of replicas per revision is 300. Additionally, the total CPU and memory allocations requested for all the containers in a container app must add up to one of the predefined combinations. You can find more information about these quotas and limits in the Azure documentation.

    If you need to request an increase in quota amounts for your container app, you can learn how to do so by visiting the Quotas for Azure Container Apps documentation page. Hope this answers.

    **

    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.


0 additional answers

Sort by: Most helpful