• 0 Posts
  • 32 Comments
Joined 2 years ago
cake
Cake day: March 10th, 2024

help-circle






  • Absolutely, it is not necessary if the proxy can reach the service in other ways (e.g. a shared network). Some non-http services don’t like to be proxied though. Some constellations where the proxy is not on the same host as the containers may also make it necessary. My answer was based on the possibility to not have the same inside/outside port, not necessarily the need though😉




  • Unless I am missing some obvious setting: Restricted Kubernetes doesnt work like that. You have to run the container with a non-root UID (usually something upwards of a million). Non-root users however can’t reserve ports below 1025. Nextcloud builds on the default php-apache image which comes with the default apache ports.conf (Listen 80).

    So now this has to be overwritten either by making a custom build (which may require creating a custom build pipeline) or by mounting a new config file (e.g. via ConfigMap) else it wont start. Both are an additional update risk which now has to be documented and checked before updating in addition to changes from the normal nextcloud changelog.

    Similiar issues probably appear with rootless docker/podman unless you add extra capabilities, which is not possible in restricted kubernetes settings.








  • He was also a prolific inventor that worked tirelessly to help give us the telegraph

    Definitely not. The first telegraph was built by Francos Ronalds, about 30 years before Edison’s birth. Gauss/Weber built another one 1833. Morse and Vail introduced electromagnetic relays in 1838, enabling signals to travel beyond short distances.

    and the lightbulb.

    Arguably. He may made the first commercially viable lightbulb, but not the first overall. Alessandro Volta, Humphrey Davy, James Bowman Lindsay, Warren de la Rue and William Staite all played a role.