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
- Host: GitHub
- URL: https://github.com/pmorie/codeshow-2015
- Owner: pmorie
- Created: 2015-05-20T19:00:55.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-23T18:28:28.000Z (about 11 years ago)
- Last Synced: 2025-02-17T19:16:40.640Z (over 1 year ago)
- Size: 133 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)