forked from wildfly/wildfly-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request wildfly#276 from jmesnil/doc_index
Add index page for the generated documentation
- Loading branch information
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
= WildFly Operator - Documentation | ||
:toc: left | ||
|
||
|
||
== WildFly Operator for Kubernetes/OpenShift | ||
|
||
The WildFly Operator for Kubernetes provides easy monitoring and configuration for Java applications deployed on WildFly application server using the Source-to-Image (S2I) template for WildFly. | ||
|
||
Once installed, the WildFly Operator provides the following features: | ||
|
||
* Create/Destroy: Easily launch an application deployed on WildFly | ||
* Simple Configuration: Configure the fundamentals of WildFly-based application including number of nodes, application image, etc. | ||
|
||
The WildFly Operator defines a `WildFlyServer` custom resource definition (CRD) to control the behaviour of the deployed appliction. The xref:apis.adoc[API documentation] provides a full description of its capabilities. | ||
|
||
The xref:user-guide.adoc[User Guide] showcases various features and capabilities provides by the WildFly Operator. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters