Git Product home page Git Product logo

kargo's Introduction

Kargo | CCIO KubeVirt Hypervisor

The Kargo toolkit builds a Kubernetes KubeVirt based hypervisor on linux.

Purpose:

Virtual machines and the surrounding infrastructure to support them with scheduling, storage, networking, and availability has become a commonplace comodity featureset across public clouds.

Kargo attempts to bring basic comodity cloud featuresets onto user provided hardware in the age of gitops and declarative infrastructure as code with an emphasis on budget comodity hardware and high performance scalable production like infrastructure modeling orchestration.

This currently novel approach brings many advantages including:

  • Know Results
  • Minimal build skill and effort requirements
  • Declarative Virtual Machine & Virtual Network Overlay Orchestration
  • Agnostic consistency across kubernetes and OS distributions

Usage:

Install Dependencies

 dnf install podman

Clone Kargo repository

mkdir -p /root/kargo && \
podman run -it --rm -v /root/kargo:/clone:z \
  quay.io/cloudctl/git https://github.com/ContainerCraft/Kargo.git && cd /root/kargo

Enable ssh to self

[[ -f ${HOME}/.ssh/id_rsa ]] || ssh-keygen -f ${HOME}/.ssh/id_rsa -t rsa -N ''
cat ${HOME}/.ssh/id_rsa.pub >> ${HOME}/.ssh/authorized_keys
chmod 0644 ${HOME}/.ssh/authorized_keys
ssh localhost whoami

Run Konductor Kargo Playbook

./kargo.sh -e kargo_host='192.168.1.105'

kargo's People

Contributors

joecharles33 avatar usrbinkat 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.