Skip to content

ed00m/flask_api_rest_manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

flask_api_rest_manifest

api-python-helloworld is a simple python microservice. development with Flask and Restful library

Google Kubernetes Engine

Helm - Cluster access

  • kubectl create serviceaccount -n kube-system tiller
  • kubectl create clusterrolebinding tiller-binding --clusterrole=cluster-admin --serviceaccount kube-system:tiller
  • helm init --service-account tiller

Installation with Helm +info

  • helm install helm-charts/ --generate-name
  • helm install NAME_SERVICE helm-charts/ --set global.namespace=NAMESPACE

Installation with kubectl

  • kubectl apply -f k8s/

Validation

  • kubectl --namespace=NAMESPACE get all

Delete

  • helm uninstall NAME_SERVICE

Docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published