Code Monkey home page Code Monkey logo

sparassidae's People

Contributors

thepicpixel avatar

Stargazers

 avatar

Watchers

 avatar

sparassidae's Issues

Add podman API support

Right now, the script is using podman CLI through subprocess and os.system.

It would be cleaner to use podman's API.

Add argparse

Right now the script do not have argparse.

It would be convenient to use it in order to give the values.yaml path through a -f option.

Moreover, configuring some commands in order to choose whether or not we need to re-build the configuration before starting the containers should be a great idea.

Consistency with subprocesses

Now that we don't craft cmds to deploy containers, we need to be consistent when we are executing linux commands through the python program.

We still need to execute some commands but we got to be consistent : right now, both os.system and subprocess are use. One of them is not necessary.

Automate the creation of certificates

Right now, the certificates are created inside a container by hand.

It could be automated through an entrypoint.sh script that does exactly what we are doing by hand.

Add users and roles

Right now, every COTS is using the user elastic to authenticate. This is bad.

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.