Kuberig

Kuberig

  • Docs
  • Blog
  • Help

›Reference

Getting started

  • Intro
  • Quick Start
  • DSL Intro

Environments

  • Initializing an Environment
  • Managing Container Versions
  • Environment Support

Resource Coding

  • Coding Resources
  • Resource Grouping
  • Resource Apply Action
  • DSL Details

Code Samples

  • Defining a ConfigMap
  • Defining a Secret
  • Defining a Deployment
  • Defining a Service
  • Defining an Ingress

Reference

  • Configuration
  • Repository Organisation
  • Encryption Support
  • Service Account Setup

Configuration

work-in-progress

KubeRig Gradle extension

The KubeRig Gradle extension provides a code block that makes it possible to configure KubeRig.

In case Kubernetes is your target platform you can specify the version like this:

kuberig {
  kubernetes("v1.16.1")
}

In case OpenShift is your target platform:

kuberig {
  openshift("v3.9.0")
}

Using a custom KubeRig DSL dependency

In case you are generating a custom KubeRig DSL specifically for your clusters API specification.

You can use dslDependencyOverride to use it. When you do this the default dependency will not be added.

kuberig {
  dslDependencyOverride = "groupId:artifactId:1.2.3"
}
Last updated on 12/30/2020
← Defining an IngressRepository Organisation →
  • Using a custom KubeRig DSL dependency
Kuberig
Docs
HomeQuick StartDSL Intro
Community
Stack OverflowDiscordTwitter
More
BlogGitHubStar
Follow @kuberigio
Copyright © 2021 Rigeldev BV