Container & Orchestration

deployed_code

Container Runtimes

Docker

Industry standard containerization platform with Dockerfile, images, volumes, and networking capabilities.

Key Features
  • Layer caching for efficient builds
  • Multi-stage builds for optimization
  • Docker Compose for multi-container apps
  • BuildKit for improved build performance
Similar Technologies
PodmancontainerdCRI-OLXC/LXD
Podman

Daemonless container engine with rootless containers and Docker-compatible CLI for enhanced security.

Key Features
  • Rootless containers for security
  • Pod management capabilities
  • Systemd integration for services
  • Dockerfile compatibility
Similar Technologies
Dockercontainerdrkt
containerd

Industry-standard container runtime, CRI-compliant and lightweight, powering Kubernetes and other platforms.

Key Features
  • Image management and distribution
  • Container lifecycle management
  • Snapshot management for efficiency
  • CRI compliance for Kubernetes
Similar Technologies
CRI-ODocker Enginerkt
hub

Container Orchestration

Kubernetes (K8s)

Container orchestration platform with declarative configuration, self-healing capabilities, and automatic scaling.

Key Features
  • Deployments, Services, and Pods
  • ConfigMaps and Secrets management
  • StatefulSets for stateful apps
  • DaemonSets for node-level services
Similar Technologies
Docker SwarmNomadApache MesosRancher
Docker Swarm

Native Docker clustering solution, simpler than Kubernetes with built-in service discovery and load balancing.

Key Features
  • Overlay networking for multi-host
  • Rolling updates with health checks
  • Secrets management built-in
  • Native Docker integration
Similar Technologies
KubernetesNomadRancher
HashiCorp Nomad

Simple, flexible orchestrator supporting multi-cloud deployments and non-containerized workloads.

Key Features
  • Job scheduling with constraints
  • Multi-datacenter awareness
  • Integration with Consul and Vault
  • Support for VMs, containers, and binaries
Similar Technologies
KubernetesDocker SwarmApache Mesos
widgets

Kubernetes Ecosystem

Helm

Kubernetes package manager with templating engine and chart repository for application deployment.

Key Features
  • Release management and rollback
  • Dependency handling between charts
  • Hooks for lifecycle events
  • Chart repositories for sharing
Similar Technologies
KustomizeJsonnetKapitan
Kustomize

Kubernetes native configuration management using overlay-based approach without templating.

Key Features
  • Base and overlay structure
  • Strategic merge patches
  • No template variables needed
  • Built into kubectl
Similar Technologies
HelmJsonnetytt
K9s

Terminal UI for Kubernetes with real-time cluster monitoring and interactive resource management.

Key Features
  • Live metrics and monitoring
  • Log streaming with filtering
  • Resource editing in-terminal
  • Cluster context switching
Similar Technologies
LenskubectlOctant
device_hub

Service Mesh

Istio

Full-featured service mesh with advanced traffic management, security policies, and comprehensive observability.

Key Features
  • Envoy proxy sidecar pattern
  • Mutual TLS for service communication
  • Circuit breaking and timeouts
  • Distributed tracing telemetry
Similar Technologies
LinkerdConsul ConnectAWS App Mesh
Linkerd

Lightweight service mesh built with Rust, simpler than Istio with fast performance and minimal resource usage.

Key Features
  • Automatic mutual TLS
  • Intelligent load balancing
  • Traffic splitting for deployments
  • Low resource overhead
Similar Technologies
IstioConsul ConnectKuma
Consul Connect

HashiCorp service mesh with mutual TLS and native integration with Consul service discovery.

Key Features
  • Native Consul integration
  • Multi-platform support
  • Certificate management automation
  • Intention-based access control
Similar Technologies
IstioLinkerdAWS App Mesh