stantonk / dwk8s

Java Dropwizard Rest API Deployed to Kubernetes cluster in AWS with Ksonnet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dropwizard, Ksonnet, Kubernetes, fabric8 docker-maven-plugin

This is an example project that stitches together a containerized Dropwizard REST API service that automatically builds a container and pushes it to AWS Elastic Container Registry (ECR) during the normal mvn build lifecycle (mvn deploy).

It also uses Ksonnet to represent the Kubernetes service configuration, so you can deploy the containerized Dropwizard Service to a k8s cluster running in your same AWS account.

Health Check

To see your applications health enter url http://localhost:8081/healthcheck

About

Java Dropwizard Rest API Deployed to Kubernetes cluster in AWS with Ksonnet


Languages

Language:Java 100.0%