diff --git a/Home.md b/Home.md index 93a012c..cbdceda 100644 --- a/Home.md +++ b/Home.md @@ -1,21 +1,29 @@ -# Deploy the Project on CamelX Platform +# DNS DIG Action -Deploy on CamelX Platform in three steps +Query a DNS through Dig -## Step 1: Create a release -From the project space, click on **"Create a release"** +The Kamelet expects the following headers to be set: -The new version is automatically available in the list +- `domain-name` / `ce-domainname`: as the domain for which we are querying the DNS -## Step 2: Deploy -Click on **"Deploy"** +- `dns-type` / `ce-dnstype`: as the DNS type -- **Version:** Select the desired release -- **Environment:** Choose `Development`, `Staging`, or `Production` -- **Configuration:** Select the configuration source -- **Resources:** Set CPU and Memory +If the domain-name header won't be set the body will be used as domain name. -## Step 3: Expose -Enable **"Expose"** +If the dns-type header won't be set, the DNS Type A will be used. -Choose an **API Gateway** (Internal, Public, etc.) +## Metadata + +| Property | Value | +|----------|-------| +| Type | action | +| Group | DNS | +| Namespace | Networking | +| Support Level | Stable | +| Provider | Apache Software Foundation | + +## Dependencies + +- `camel:core` +- `camel:dns` +- `camel:kamelet`