Skip to content

Flask microservice with Elasticsearch deployed on AWS using Terraform and Kubernetes

Notifications You must be signed in to change notification settings

denysmiller/elasticsearch-flask-aws-terraform-kubernetes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pip install -r requirements.txt  

terraform init  
terraform apply  

kubectl apply -f k8s-deployment.yaml  
kubectl port-forward service/flask-app 5000:5000  

POST http://localhost:5000/api/index - indexing document
GET http://localhost:5000/api/get/{id} - get document by id

About

Flask microservice with Elasticsearch deployed on AWS using Terraform and Kubernetes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published