Skip to content

Commit c873913

Browse files
authored
added kubernetes tool to splash page (#534)
1 parent 67d52ae commit c873913

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Many organizations are using WebLogic Server, with or without other Oracle Fusio
1010
- [Discover Domain Tool](site/discover.md)
1111
- [Encrypt Model Tool](site/encrypt.md)
1212
- [Validate Model Tool](site/validate.md)
13+
- [Extract Domain Resource Tool](site/kubernetes.md)
1314
- [The Model](#the-metadata-model)
1415
- [Top-Level Sections](#top-level-model-sections)
1516
- [Simple Example](#simple-example)
@@ -53,6 +54,7 @@ Currently, the project provides five single-purpose tools, all exposed as shell
5354
- The [Discover Domain Tool](site/discover.md) (`discoverDomain`) introspects an existing domain and creates a model file describing the domain and an archive file of the binaries deployed to the domain.
5455
- The [Encrypt Model Tool](site/encrypt.md) (`encryptModel`) encrypts the passwords in a model (or its variable file) using a user-provided passphrase.
5556
- The [Validate Model Tool](site/validate.md) (`validateModel`) provides both standalone validation of a model as well as model usage information to help users write or edit their models.
57+
- The [Extract Domain Resource Tool](site/kubernetes.md) (`extractDomainResource`) generates a domain resource YAML for use with the Oracle WebLogic Server Kubernetes Operator.
5658

5759
As new use cases are discovered, new tools will likely be added to cover those operations but all will use the metadata model to describe what needs to be done.
5860

@@ -90,6 +92,7 @@ The tooling has four top-level model sections:
9092
- `topology` - The location where servers, clusters, machines, server templates, and other domain-level configuration is specified.
9193
- `resources` - The location where resources and services are specified (for example, data sources, JMS, WLDF).
9294
- `appDeployments` - The location where shared libraries and applications are specified.
95+
- `kubernetes` - The location where the WLS Kubernetes Operator domain configuration is specified.
9396

9497
##### Simple Example
9598
Here is a simple example of a model to deploy an application and its data source:

0 commit comments

Comments
 (0)