+ All Categories
Home > Software > Python deployments on OpenShift 3

Python deployments on OpenShift 3

Date post: 05-Aug-2015
Category:
Upload: rhcarvalho
View: 123 times
Download: 0 times
Share this document with a friend
Popular Tags:
14
Modern deployments: Python apps on OpenShift 3 Rodolfo Carvalho PyWaw Summit - DAY 2 May 26th, 2015
Transcript

Modern deployments:

Python apps on OpenShift 3Rodolfo Carvalho

PyWaw Summit - DAY 2May 26th, 2015

demoDjango + PostgreSQL

application templatedeclare and wire components

build configsource code → docker image

deployment configstrategy, # replicas, pod template

podgroup of related containers

serviceselect pods by label

labelanything can get one

Questionsgithub.com/openshift/origin

github.com/rhcarvalho/openshift-django-quickstart


Recommended