Orchestration
As each Docker container provides a single service, multiple containers with dependencies among them are usually required for a single environment. To simplify and automate the process, we can use Docker orchestration tools to deploy ISAM to a Docker environment.
The orchestration tools that have been validated against Security Verify Access include Kubernetes and Docker Compose.
- Kubernetes support
Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications.- Helm Charts
Helm Charts help define, install, and upgrade even the most complex Kubernetes application.- Docker Compose support
Docker Compose provides a simple mechanism for defining multi-container environments.
Parent topic: Docker support