engineering:computer_science:docker:application_guides:traefik_docker_https_ssl_for_containers

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
engineering:computer_science:docker:application_guides:traefik_docker_https_ssl_for_containers [2024/08/16 15:05] – ↷ Page moved from engineering:computer_science:docker:traefik_docker_https_ssl_for_containers to engineering:computer_science:docker:application_guides:traefik_docker_https_ssl_for_containers carlossousaengineering:computer_science:docker:application_guides:traefik_docker_https_ssl_for_containers [2024/08/16 16:14] (current) – ↷ Links adapted because of a move operation 47.128.47.22
Line 3: Line 3:
 ===== Important Note : ===== ===== Important Note : =====
  
-This is an alternative method to [[engineering:computer_science:docker:docker_nginx_reverse_proxy|Using Nginx as a Reverse Proxy]].+This is an alternative method to [[engineering:computer_science:docker:application_guides:docker_nginx_reverse_proxy|Using Nginx as a Reverse Proxy]].
  
 ===== Purpose: ===== ===== Purpose: =====
Line 9: Line 9:
 The purpose of using Traefik are: The purpose of using Traefik are:
  
-  * Prevent having to restart the [[engineering:computer_science:docker:docker_nginx_reverse_proxy|nginx Reverse-Proxy Container]] everytime we want to test a new / deploy a new service.+  * Prevent having to restart the [[engineering:computer_science:docker:application_guides:docker_nginx_reverse_proxy|nginx Reverse-Proxy Container]] everytime we want to test a new / deploy a new service.
   * Ease of Escalability - We will be able to scale our infrastructure faster, since we don't have to manage HTTPS Certificates for every subdomain   * Ease of Escalability - We will be able to scale our infrastructure faster, since we don't have to manage HTTPS Certificates for every subdomain
-  * Keep the services so that, they are individuals service, but working though a central distributor. This could also be done with a [[engineering:computer_science:docker:docker_nginx_reverse_proxy|nginx Reverse-Proxy Container]] but since we will have an WebUI, it will be easier to troubleshoot instead of having to SSH into the Host.+  * Keep the services so that, they are individuals service, but working though a central distributor. This could also be done with a [[engineering:computer_science:docker:application_guides:docker_nginx_reverse_proxy|nginx Reverse-Proxy Container]] but since we will have an WebUI, it will be easier to troubleshoot instead of having to SSH into the Host.
  
 ===== Create the Folder and Config Files ===== ===== Create the Folder and Config Files =====
  • engineering/computer_science/docker/application_guides/traefik_docker_https_ssl_for_containers.1723813512.txt.gz
  • Last modified: 2024/08/16 15:05
  • by carlossousa