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