DOC-224- Quickstart K8s Enterprise#757
Conversation
add Kubernetes quickstart guide
|
hey @blkgrlcto, the quickstarts do not belong inside of Getting Started. (we are keeping those 2 separate from now on, per PR 606 😸 ) This is part of the new Quickstart Library, so this will have it's own directory, let's go with:
|
quetzalliwrites
left a comment
There was a problem hiding this comment.
- fix directory path, removing from Getting Started :)
added new top-level nav item and placed k8s quickstart under it
Deploying localstack-docs with
|
| Latest commit: |
297986c
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://8435b91c.localstack-docs.pages.dev |
| Branch Preview URL: | https://doc-224-doc-quickstart-k8-en.localstack-docs.pages.dev |
|
@francis-leon-pereira hey francis, can we please get a review from you? your sales engineering perspective is a valuable stakeholder for this project :) |
| kubectl cluster-info | ||
| ``` | ||
|
|
||
| ### Step 3: Deploy the LocalStack Operator |
There was a problem hiding this comment.
LocalStack operator is not available by default when someone starts a trial. We need to either:
- Inform the customer about this and have them contact support or sales to get this added to their trial
- Keep the getting started focussed on the helm deployment which shouldn't have any restrictions
- make the operator and executor available by default on the trial
Note: Our kubernetes deployment is now much stronger that when we decided to take it off the trial so my recommendation would be #3
|
|
||
| Proceed once the pod shows `1/1 Running`. | ||
|
|
||
| ### Step 5: Set up port forwarding |
There was a problem hiding this comment.
I would add a section here to validate that the web app can connect to the localstack container as well. the webapp is an easy way to verify that your environment is up and running

Adds a 5-minute quickstart for deploying LocalStack into a Kubernetes
cluster using kind and the LocalStack Operator, provisioning a sample
Lambda + RDS application with Terraform.
Closes DOC-224.