Skip to content

Commit

Permalink
Fix kubernetes guide
Browse files Browse the repository at this point in the history
  • Loading branch information
geoand committed Apr 8, 2019
1 parent 1964a5d commit b83de52
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions docs/src/main/asciidoc/ap4k.adoc
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
= {project-name} - Deploying an Application to Kubernetes and OpenShift
= {project-name} - Generating Kubernetes resources

This guide covers:

* The deployment of the application to Kubernetes
* The deployment of the application to OpenShift (TODO)
This guide covers generating Kubernetes resources based on sane defaults and user supplied configuration.

== Prerequisites

To complete this guide, you need:

* roughly 15 minutes
* roughly 10 minutes
* an IDE
* JDK 1.8+ installed with `JAVA_HOME` configured appropriately
* Apache Maven 3.5.3+
* access to a Kubernetes or OpenShift cluster (Minikube and Minishift are both viable options)
* have the following binaries on your PATH: `docker` (for building and pushing images), `kubectl` (for deploying to Kubernetes) and `oc` (for deploying to OpenShift)
* access to a Kubernetes or cluster (Minikube is a viable options)

== Creating the Maven project

Expand Down

0 comments on commit b83de52

Please sign in to comment.