Code Monkey home page Code Monkey logo

cf-kompose-plugin's Introduction

Codefresh Kompose Plugin

Use Codefresh Kompose plugin to deploy or convert a Docker Compose file into Kubernetes resources.

Usage

Set required and optional environment variable and add the following step to your Codefresh pipeline:

---
version: '1.0'

steps:

  ...

  release_to_env:
    image: codefresh/plugin-kompose:v1.5.0

  ...

Environment Variables

  • required KUBE_CONTEXT - Kubernetes context to use
  • FILE - Docker Compose file to deploy (default docker-compose.yaml file)
  • NAMESPACE - target Kubernetes namespace (default default namespace)
  • REPLICAS - specify the number of replicas generated (default 1)
  • VOLUMES - volumes to be generated (persistentVolumeClaim|emptyDir) (default persistentVolumeClaim)
  • DRY_RUN - do a "dry run" (print out) deployment (do not install anything, useful for Debug)
  • DEBUG - print verbose install output

Kubernetes Configuration

Add Kubernetes integration to Codefresh: > Account Settings > Integration > Kubernetes. From now on, you can use added Kubernetes cluster in Codefresh pipeline, addressing its context by the name you see in Clusters menu.

Building Plugin

Use docker build command to build the plugin. Two build arguments can be provided to override default kubectl, helm and kompose version:

  • HELM_VERSION - default to latest
  • KOMPOSE_VERSION - default to v1.5.0

cf-kompose-plugin's People

Contributors

alexei-led avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

hudya tolicodes

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.