Skip to content

rogeriomm/localstack-k8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Install

kubectl create ns localstack
cd k8s/yaml
kubectl apply -n localstack -f localstack.yaml
kubectl apply -n localstack -f ingress.yaml

Awslocal

export LOCALSTACK_HOST=localstack.localstack.svc.cluster.local

Checks

aws --endpoint-url=https://localstack-api.worldl.xpt s3 ls
aws --endpoint-url=http://localstack.localstack.svc.cluster.local:4566 s3 ls
LOCALSTACK_HOST=localstack.localstack.svc.cluster.local awslocal s3 ls
awslocal s3 ls
aws --endpoint-url=https://localstack-api.worldl.xpt lambda list-aliases --function-name name

See also

References

Releases

No releases published

Packages

No packages published

Languages