The Wayback Machine - https://web.archive.org/web/20220513013632/https://github.com/topics/container-management
Skip to content
#

container-management

Here are 63 public repositories matching this topic...

gotoing
gotoing commented Feb 15, 2022

Add a network option in creating workload

image

like rancher‘s Networking tab

image

** During workload creation, user can customize own hosts and DNS search doma

help wanted good first issue kind/design kind/feature-request
sagikazarmark
sagikazarmark commented Aug 25, 2019

Is your feature request related to a problem? Please describe.
Currently the database.tls config accepts driver specific options (false in case of MySQL, disable in case of Postgres).

Describe the solution you'd like to see
Let's consolidate the list of accepted values and have a distinct set of options that we accept there (eg. false for all drivers).

good first issue area/database
vsilent
vsilent commented Nov 11, 2019

It would be great to have a firewall section where we can allow or block IP's and ports.
It makes sense to detect admin's IP and automatically insert a rule to iptables on the first login

  1. Admin login.
  2. Admin confirms IP obtained by app in a window popup on first successful login.
  3. App modifies iptables with new rule for example allow SSH only from admin's ip and drop all other ips.
help wanted good first issue

Improve this page

Add a description, image, and links to the container-management topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the container-management topic, visit your repo's landing page and select "manage topics."

Learn more