An open API service indexing awesome lists of open source software.

https://github.com/pmorie/codeshow-2015

Supplemental materials for my talk at codeshow 2015
https://github.com/pmorie/codeshow-2015

Last synced: 5 months ago
JSON representation

Supplemental materials for my talk at codeshow 2015

Awesome Lists containing this project

README

          

### Codeshow-2015

Supplemental materials for my talk at codeshow 2015.

#### OpenShift

- [OpenShift v3 Deep Dive](https://blog.openshift.com/openshift-v3-deep-dive-docker-kubernetes/)
- [OpenShift docs](http://docs.openshift.org/latest/welcome/index.html)
- [Applied DevOps w/ OpenShift](https://blog.openshift.com/applied-devops-tools-and-techniques-to-change-your-enterprise-red-hat-summit/)
- [OpenShift v3 Platform Combines Docker, Kubernetes, Atomic, and more](https://blog.openshift.com/openshift-v3-platform-combines-docker-kubernetes-atomic-and-more/)

#### Kubernetes

- [Pods](https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/pods.md)
- [Replication Controllers](https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/replication-controller.md)
- [Services](https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/services.md)

#### Docker

Read more about Docker and Linux containers:

- [Linux Containers and Docker](https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/7.0_Release_Notes/chap-Red_Hat_Enterprise_Linux-7.0_Release_Notes-Linux_Containers_with_Docker_Format.html)
- [Docker and kernel namespaces](http://crosbymichael.com/creating-containers-part-1.html)

#### Linux Containers

Read more about various facets of Linux containers:

- [Linux Containers - Red Hat](https://www.redhat.com/en/insights/containers)
- [Linux Kernel Namespaces](http://man7.org/linux/man-pages/man7/namespaces.7.html)
- [Namespaces in action](https://lwn.net/Articles/531114/)
- [cGroups](https://www.kernel.org/doc/Documentation/cgroups/cgroups.txt)
- [SELinux](http://selinuxproject.org/page/Main_Page)
- [SELinux (wikipedia)](http://en.wikipedia.org/wiki/Security-Enhanced_Linux)