Giter Site home page Giter Site logo

Comments (1)

myroslavrozum avatar myroslavrozum commented on May 29, 2024

I believe I found an answer to my question, and the answer is "yes, in general but...".
You can pass pod's name as a target to read_pod_logs:
https://github.com/chaostoolkit/chaostoolkit-lib/blob/master/chaoslib/hypothesis.py#L302
So just adding:

{
   "name": "read-microservices-logs",
   "type": "probe",
   "tolerance": {
      "type": "regex,",
      "pattern": "UP"
      "target": ui-849869f549-gyhbc
   },
   "provider": {
      "func": "read_pod_logs",
      "arguments": {
         "label_selector": "app.kubernetes.io/name=ui",
         "ns": "dev",
         "container_name": "ui"
      },
      "module": "chaosk8s.probes",
      "type": "python"
   }
}

worked but it's not really useful since pod names are dynamic. Should'n it be replaced with container's name instead?

from chaostoolkit-kubernetes.

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.