Code Monkey home page Code Monkey logo

Comments (3)

asobti avatar asobti commented on August 27, 2024

kube-monkey currently supports Deployments and StatefulSets. Daemonsets support is still missing.

I chose not to support replica sets as Kubernetes recommends using Deployments over Replica sets

While ReplicaSets can be used independently, today it’s mainly used by Deployments as a mechanism to orchestrate pod creation, deletion and updates. When you use Deployments you don’t have to worry about managing the ReplicaSets that they create. Deployments own and manage their ReplicaSets.

https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/

As for Services, a Kubernetes service is merely a load balancing tool, and does not have any pods, so kube-monkey cannot target a service.

from kube-monkey.

oahayder avatar oahayder commented on August 27, 2024

@asobti thanks for the quick response. Love the idea with this tool.

I agree deployments are preferred however our current production env uses RS. And I would like to avoid taking on the task of migrating. This is mostly due to us deploying via spinnaker where RS are the preferred targets.

Thanks for the answer πŸ‘

from kube-monkey.

Aergonus avatar Aergonus commented on August 27, 2024

It's very simple to add replica sets. If you'd like to write the code, it's pretty much copy paste at this point.

I don't know how you want to take down part of a service. Kubernetes does not intend to recreate it. That's a lot more work.

Additionally if you are using spinnaker, native chaos-monkey support from Netflix should be available.

from kube-monkey.

Related Issues (20)

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.