You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/aws/enterprise/kubernetes/index.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,18 @@ The table below compares these methods.
43
43
|**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 |
44
44
|**DIY (YAML manifests)**| · Full control over Kubernetes configuration and resources | · Time-consuming to set up and maintain<br> · Manual updates and lifecycle management |
45
45
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
+
46
58
47
59
## Licensing
48
60
@@ -59,4 +71,4 @@ Community image users:
59
71
60
72
- Can be deployed in Kubernetes cluster for basic service emulation (e.g., S3, SQS).
0 commit comments