Skip to content

Commit 456ba2d

Browse files
Update index.md (#498)
Co-authored-by: Quetzalli <hola@quetzalliwrites.com>
1 parent 4ca4c6a commit 456ba2d

File tree

1 file changed

+13
-1
lines changed
  • src/content/docs/aws/enterprise/kubernetes

1 file changed

+13
-1
lines changed

src/content/docs/aws/enterprise/kubernetes/index.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,18 @@ The table below compares these methods.
4343
| **Helm chart** | · Simplifies deployment using templates and `values.yaml`<br> · Supports versioning, upgrades, and rollbacks<br> · Supports both LocalStack Community and Pro images | · Customization is limited to chart values and overrides |
4444
| **DIY (YAML manifests)** | · Full control over Kubernetes configuration and resources | · Time-consuming to set up and maintain<br> · Manual updates and lifecycle management |
4545

46+
## Limitations
47+
| Service | Supported | Explanation |
48+
| ------- | --------- | ----------- |
49+
| `Sagemaker` | No | Requires spawning Docker containers at runtime, which is unavailable when LocalStack runs inside a Kubernetes pod. |
50+
| `Bedrock` | No | Requires spawning Docker containers at runtime, which is unavailable when LocalStack runs inside a Kubernetes pod. |
51+
| `EKS` | No | Uses k3d, which requires Docker to create clusters. A Docker-free local mode is available but unsupported. |
52+
| `CodeBuild` | No | Requires spawning Docker containers at runtime, which is unavailable when LocalStack runs inside a Kubernetes pod. |
53+
| `SSM` | Partial | Most SSM functionality is supported. Session Manager (`ssm:StartSession`) for exec-ing into EC2 instances is not supported. |
54+
| `ECS` | Partial | Core task execution is supported. FireLens log routing, volume mounts, port exposure from tasks, and private registry credentials via `RepositoryCredentials` are not supported. |
55+
| `EC2` | Partial | Core EC2 functionality is supported. User data scripts may not behave identically to AWS — full parity is not guaranteed. |
56+
| `RDS` | Partial | Most database engines are supported. MySQL 5.7 is not supported. Persistence across pod restarts is not supported, except for PostgreSQL and MariaDB. |
57+
4658

4759
## Licensing
4860

@@ -59,4 +71,4 @@ Community image users:
5971

6072
- Can be deployed in Kubernetes cluster for basic service emulation (e.g., S3, SQS).
6173
- Do not receive official Kubernetes support.
62-
- Cannot use features like Lambda execution.
74+
- Cannot use features like Lambda execution.

0 commit comments

Comments
 (0)