Azure Container Instances - amitbhilagude/userfullinks GitHub Wiki

  1. Use Cases - Good For Occasionally running.
    1. Continuous Integration Agent
    2. Quick experiment run for hours
    3. Load Testing
    4. Batch Jobs
    5. Handling Spikes load
  2. Features
    1. Linux or Windows container
    2. Restart Policy
    3. Orchestrator Responsibilities
      1. Schedulling
      2. Health monitoring
      3. Fail over
      4. Scaling
      5. Networking
      6. Service Discovery
    4. Integration with AKS using Virtual Kubelets
  3. Containers Groups
    1. Good for sharing Volumes
    2. All all have same lifecycles
    3. Container needs proxy channel for other containers.
    4. They can communicate internally.
    5. More scenerios are Here