Skip to content

A1phaKaballo/Biconomy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ping Pong API Whith Docker file and Kubernetes Deployment files

Steps to successfuly deploy the app and expose /ping API.

1- clone the project .
2 cd to Biconomy/app.
3- Run Docker Build Command to build and tag the image.
4- upload the image to a private repository or docker hub.
5- edit Biconomy/kube-manifists/deployment.yaml and change the image to your image URL.
6- incase you uploaded the image to a repository you need to uncomment imagePullSecrets: and add a secret named biconomy to your cluster, it must include the credentials needed to login to the image repository.
Note: to expose /ping only, we need to have an ingress controller, I am using custom controller, you need to edit Biconomy/kube-manifists/ingress.yaml and add annonations and ingress class that is suitable for your ingress controller .
5- run " kubectl apply -f Biconomy/kube-manifists" to deploy the app to your kubernetes cluster 6- /ping shoud be now accessable through YOUR_INGRESS_CONTROLLER/ping

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 84.7%
  • Dockerfile 15.3%