This commit is contained in:
Inaki Fernandez
2018-10-03 10:58:56 +02:00
parent b52c6046f6
commit 46faf262ea
2 changed files with 7 additions and 8 deletions
+2 -6
View File
@@ -3,8 +3,7 @@
- [1. Kubernetes](#1-kubernetes)
- [1.1. Local Installers](#11-local-installers)
- [1.2. Production Cluster Installers](#12-production-cluster-installers)
- [1.3. Kubernetes Package Managers. Installing and managing Kubernetes applications](#13-kubernetes-package-managers-installing-and-managing-kubernetes-applications)
- [1.4. Videos](#14-videos)
- [1.3. Videos](#13-videos)
<!-- /TOC -->
@@ -57,10 +56,7 @@
* [Kubernetes Cluster with Kubeadm](https://github.com/kubernetes/kubeadm) It works on any deb / rpm compatible Linux OS, for example Ubuntu, Debian, RedHat or CentOS. This is the main advantage of kubeadm. The tool itself is still in beta (Q1 2018), but is expected to become stable somewhere this year. It's very easy to use and lets you spin kubernetes cluster in just a couple of minutes.
* [Ansible Role - Kubernetes (Jeff Geerling)](https://github.com/geerlingguy/ansible-role-kubernetes)
## 1.3. Kubernetes Package Managers. Installing and managing Kubernetes applications
* [Helm, the Kubernetes Package Manager](https://github.com/helm/helm)
## 1.4. Videos
## 1.3. Videos
<iframe width="560" height="315" src="https://www.youtube.com/embed/PH-2FfFD2PU" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
+5 -2
View File
@@ -4,11 +4,11 @@
- [Gitlab](#gitlab)
- [Atlassian Confluence6](#atlassian-confluence6)
- [Sonatype Nexus 3](#sonatype-nexus-3)
- [Kubernetes Package Managers. Installing and managing Kubernetes applications](#kubernetes-package-managers-installing-and-managing-kubernetes-applications)
<!-- /TOC -->
# Openshift Compliant Docker images
## Gitlab
- [https://about.gitlab.com/2016/06/28/get-started-with-openshift-origin-3-and-gitlab/](https://about.gitlab.com/2016/06/28/get-started-with-openshift-origin-3-and-gitlab/)
@@ -16,4 +16,7 @@
- [Atlassian Confluence6](https://github.com/inafevwork/confluence6-atlassian)
## Sonatype Nexus 3
- [https://hub.docker.com/r/sonatype/nexus3/](https://hub.docker.com/r/sonatype/nexus3/)
- [https://hub.docker.com/r/sonatype/nexus3/](https://hub.docker.com/r/sonatype/nexus3/)
# Kubernetes Package Managers. Installing and managing Kubernetes applications
* [Helm, the Kubernetes Package Manager](https://github.com/helm/helm)