Coder Social home page Coder Social logo

maroonedpods's Introduction

MaroonedPods [WIP]

An operator that enables container workloads to be isolated in Virtual Machines using KubeVirt.

Here's a brief overview of how it works:

  • Any submitted pod tagged with a "maroonedPods" label will be admitted but will be prevented from scheduling.

  • At this point, a new Virtual Machine will be created. It will run a Kubernetes Node image.

  • On boot, this VM will register itself as a Node within the cluster, specifically allocated for the awaiting pod.

  • As soon as this Node becomes ready, the Scheduling Gate on the pod is removed, allowing it to be scheduled to this newly prepared Node.


MaroonedPods is taking the Kubernetes native approach to the workload isolation problem.
The project lets you run Pod in virtual machines (VMs). These pods can use all the available Kubernetes plugins and access special hardware just like any other app running on KubeVirt VMs.


Screencast.from.2024-02-02.13-23-28.webm

maroonedpods's People

Contributors

barakmor1 avatar vladikr avatar

Watchers

 avatar  avatar  avatar

Forkers

barakmor1

maroonedpods's Issues

maroonpods CR is struck in deploying

Looks like all pods are running:

maroonedpods   pod/maroonedpods-controller-6f8d9b58c8-2t89b   1/1     Running   0          58m
maroonedpods   pod/maroonedpods-controller-6f8d9b58c8-ch476   1/1     Running   0          58m
maroonedpods   pod/maroonedpods-operator-8476d74b94-sx8h9     1/1     Running   0          58m
maroonedpods   pod/maroonedpods-server-5946b9bb69-ffw8n       1/1     Running   0          58m
maroonedpods   pod/maroonedpods-server-5946b9bb69-tdr8b       1/1     Running   0          58m
maroonedpods   service/maroonedpods-server           NodePort    10.104.129.105   <none>        443:31791/TCP            58m
maroonedpods   deployment.apps/maroonedpods-controller   2/2     2            2           58m
maroonedpods   deployment.apps/maroonedpods-operator     1/1     1            1           58m
maroonedpods   deployment.apps/maroonedpods-server       2/2     2            2           58m
maroonedpods   replicaset.apps/maroonedpods-controller-6f8d9b58c8   2         2         2       58m
maroonedpods   replicaset.apps/maroonedpods-operator-8476d74b94     1         1         1       58m
maroonedpods   replicaset.apps/maroonedpods-server-5946b9bb69       2         2         2       58m

However, the CR status is still Deploying

cluster-up/kubectl.sh describe maroonedpods -n maroonedpods:

  Warning  UpdateResourceFailed   7m59s (x21 over 63m)  operator-controller  Failed to update resource maroonedpods-validator, ValidatingWebhookConfiguration.admissionregistration.k8s.io "maroonedpods-validator" is invalid: webhooks[0].name: Invalid value: "maroonedpods.validator": should be a domain with at least three segments separated by dots

@Barakmor1 any chance you know what is that?

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.