forked from openshift-instruqt/blog-django-py
-
Notifications
You must be signed in to change notification settings - Fork 0
/
posts.json
1 lines (1 loc) · 832 Bytes
/
posts.json
1
[{"model": "blog.post", "pk": 1, "fields": {"author": 1, "title": "What is OpenShift Origin?", "text": "Origin is the upstream community project that powers OpenShift. Built around a core of Docker container packaging and Kubernetes container cluster management, Origin is also augmented by application lifecycle management functionality and DevOps tooling. Origin provides a complete open source container application platform.", "created_date": "2017-03-14T03:26:20.023Z", "published_date": "2017-03-14T03:26:20.026Z"}}, {"model": "blog.post", "pk": 2, "fields": {"author": 1, "title": "What is Kubernetes?", "text": "Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications.", "created_date": "2017-03-14T03:27:12.146Z", "published_date": "2017-03-14T03:27:12.149Z"}}]