xld-kubernetes-plugin

Overview

This plugin is a XL Deploy plugin that adds capability for deploying on a Kubernetes Cluster (including Openshift v3+) It manages the following items

  • Deployment,
  • Pod,
  • Namespace,
  • Service,
  • ConfigMap,

CI status

Build Status

Installation

Place the plugin XLDP file into your SERVER_HOME/plugins directory.

Dependencies

  • XL Deploy 6.0+
  • Overthere-py library (bundled in the xldp file)

Sample Applications

  • Guestbook: in the sample/ folder, you'll find the famous Guestbook application packaged for XLDeploy sample/deployit-manifest.xml
  • PetDocker The famous petportal application packaged using Docker Containers.