Skip to content

Simple REST project that might be easily built and deployed to the Kubernetes cluster. Contains instructions how to provision AKS and GKE clusters.

Notifications You must be signed in to change notification settings

nbabynyuk/dummy-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

In order to run kubernetes part:

Build a project

gradle clean build

Build docker image

docker build . -t sample-app-backend:0.0.3

Create a config map

k create configmap sample-app-config --from-env-file kubernetes/app-sample.env

Create secret

k create secret generic app-secret --from-literal=DB_PASSWORD=qaz123

Run kubernets config

k apply -f kubernetes/sample-backend-deployment.yaml

About

Simple REST project that might be easily built and deployed to the Kubernetes cluster. Contains instructions how to provision AKS and GKE clusters.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published