Skip to main content

Module container

Module container 

Source
Expand description

Container binding implementations

This module provides container implementations for different platforms:

  • Managed cloud: For containers on AWS/GCP/Azure
  • Local: For containers running in Docker during local development
  • Kubernetes: For containers running as Kubernetes Services

Structsยง

GrpcContainer
gRPC-based Container implementation that forwards calls to a remote Container service
HorizonContainer
Managed cloud container binding implementation
KubernetesContainer
Kubernetes Container implementation that provides URLs for container-to-container communication
LocalContainer
Local Docker container binding implementation