rogeriomm / localstack-k8s

Localstack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Localstack


Languages

Language:HCL 100.0%