Skip to content

xebialabs-community/xld-kubernetes-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecated plugin, please use the supported version https://docs.xebialabs.com/xl-deploy/concept/xl-deploy-kubernetes-plugin.html

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.