daticahealth/k8s-example

Name: k8s-example

Owner: Datica

Description: Simple Example For Creating a Deployment on Datica Flavored K8s clusters

Created: 2018-04-19 15:57:53.0

Updated: 2018-05-18 20:47:09.0

Pushed: 2018-05-18 20:47:08.0

Homepage: null

Size: 4

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Example Deployment

This is just a simple example deployment for creating a Kubernetes Deployment on a Datica managed K8s cluster. We recommend using this as a baseline to expand off, as it is the most compliant deployment possible (using raw Load Balancers is NOT a good idea). Ingress is only needed if you want to make the service publicly available. Any value in braces is something you should replace, not something that Kubernetes understands.

To create the deployment simply run:

ctl create -f ./deployment.yaml
clt create -f ./service.yaml
ctl create -f ./ingress.yaml

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.