Git Product home page Git Product logo

ocean-operator's Introduction

Ocean Operator for Kubernetes

Ocean Operator for Kubernetes is an Operator that makes use of custom resources and can be used to create and manage Ocean components.

Table of Contents

Installation

Install with Spot CLI

Prerequisites

Steps

  1. Install ocean-operator:
spotctl ocean install \
  --set spotinst.token=REDACTED \
  --set spotinst.account=REDACTED \
  --set spotinst.clusterIdentifier=REDACTED \
  --namespace spot-system
  # [...]

Verify

Ensure all Kubernetes Pods in spot-system namespace are deployed and have a STATUS of Running:

kubectl get pods -n spot-system

Install with Helm

Prerequisites

Steps

  1. Add the Spot Helm repository:
helm repo add spot https://charts.spot.io
  1. Update your local Helm chart repository cache:
helm repo update
  1. Install ocean-operator:
helm install my-release spot/ocean-operator \
  --set spotinst.token=REDACTED \
  --set spotinst.account=REDACTED \
  --set spotinst.clusterIdentifier=REDACTED \
  --namespace spot-system \
  --create-namespace \
  # [...]

Verify

Ensure all Kubernetes Pods in spot-system namespace are deployed and have a STATUS of Running:

kubectl get pods -n spot-system

Documentation

If you're new to Spot and want to get started, please checkout our Getting Started guide, available on the Spot Documentation website.

Getting Help

We use GitHub issues for tracking bugs and feature requests. Please use these community resources for getting help:

Community

Contributing

Please see the contribution guidelines.

License

Code is licensed under the Apache License 2.0.

ocean-operator's People

Contributors

dependabot[bot] avatar liranp avatar

Watchers

 avatar

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.