diff --git a/src/content/docs/aws/enterprise/kubernetes/index.md b/src/content/docs/aws/enterprise/kubernetes/index.md
index 71abbbc8..d7583d8d 100644
--- a/src/content/docs/aws/enterprise/kubernetes/index.md
+++ b/src/content/docs/aws/enterprise/kubernetes/index.md
@@ -43,6 +43,18 @@ The table below compares these methods.
| **Helm chart** | · Simplifies deployment using templates and `values.yaml`
· Supports versioning, upgrades, and rollbacks
· Supports both LocalStack Community and Pro images | · Customization is limited to chart values and overrides |
| **DIY (YAML manifests)** | · Full control over Kubernetes configuration and resources | · Time-consuming to set up and maintain
· Manual updates and lifecycle management |
+## Limitations
+| Service | Supported | Explanation |
+| ------- | --------- | ----------- |
+| `Sagemaker` | No | Requires spawning Docker containers at runtime, which is unavailable when LocalStack runs inside a Kubernetes pod. |
+| `Bedrock` | No | Requires spawning Docker containers at runtime, which is unavailable when LocalStack runs inside a Kubernetes pod. |
+| `EKS` | No | Uses k3d, which requires Docker to create clusters. A Docker-free local mode is available but unsupported. |
+| `CodeBuild` | No | Requires spawning Docker containers at runtime, which is unavailable when LocalStack runs inside a Kubernetes pod. |
+| `SSM` | Partial | Most SSM functionality is supported. Session Manager (`ssm:StartSession`) for exec-ing into EC2 instances is not supported. |
+| `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. |
+| `EC2` | Partial | Core EC2 functionality is supported. User data scripts may not behave identically to AWS — full parity is not guaranteed. |
+| `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. |
+
## Licensing
@@ -59,4 +71,4 @@ Community image users:
- Can be deployed in Kubernetes cluster for basic service emulation (e.g., S3, SQS).
- Do not receive official Kubernetes support.
-- Cannot use features like Lambda execution.
\ No newline at end of file
+- Cannot use features like Lambda execution.