k8s:rancher:run_the_rancher_ui_as_a_container_image
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| k8s:rancher:run_the_rancher_ui_as_a_container_image [2023/11/11 22:07] – admin | k8s:rancher:run_the_rancher_ui_as_a_container_image [2023/11/15 22:01] (current) – admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| # Run the Rancher UI as a container image | # Run the Rancher UI as a container image | ||
| - | We use CentOS 8 as base distribution for running Rancher UI. | + | We use CentOS 8/9 as base distribution for running Rancher UI. |
| Traditionally Rancher UI came in form of (docker) container images which conained the kubernetes cluster Rancher UI runs on. | Traditionally Rancher UI came in form of (docker) container images which conained the kubernetes cluster Rancher UI runs on. | ||
| This is now phased out in favor of a solution that launches a small kubernetes distribution directly instead of packaging it in a container. | This is now phased out in favor of a solution that launches a small kubernetes distribution directly instead of packaging it in a container. | ||
| + | |||
| + | ## First install prerequisites | ||
| + | |||
| + | ```bash | ||
| + | sudo modprobe ip_tables && echo ' | ||
| + | sudo firewall-cmd --zone=public --permanent --add-service=http | ||
| + | sudo firewall-cmd --zone=public --permanent --add-service=https | ||
| + | sudo firewall-cmd --zone=public --add-service=http | ||
| + | sudo firewall-cmd --zone=public --add-service=https | ||
| + | ``` | ||
| ## Getting a certificate using certbot | ## Getting a certificate using certbot | ||
k8s/rancher/run_the_rancher_ui_as_a_container_image.1699736864.txt.gz · Last modified: by admin