This message was deleted.
# extensions
a
This message was deleted.
s
If you have a k8s cluster, or rancher-desktop or something, then just install Rancher and have a first-hand look.
Copy code
helm repo add rancher-stable <https://releases.rancher.com/server-charts/stable>

cat << EOF > rancher-values.yaml
hostname: <http://somedomain.example.com|somedomain.example.com>
ingress.tls.source: secret
privateCA: true
auditLog.level: 1
EOF

helm install rancher rancher-stable/rancher \
    --version 2.8-0 \
    -f rancher-values.yaml \
    --namespace cattle-system \
    --create-namespace
b
Hi Peter. You can check the code for Rancher’s official dashbboard/UI extensions we have right now: Elemental -> https://github.com/rancher/elemental-ui Kubewarden -> https://github.com/rancher/kubewarden-ui Or our partners extensions: https://github.com/rancher/partner-extensions You can also take a look at our documentation on extensions: https://rancher.github.io/dashboard/extensions/home And you also have a couple of masterclasses on Youtube that you can follow:

https://www.youtube.com/watch?v=IV413Cm0PSM&amp;pp=ygUMcmFuY2hlciBsYWJz

Master Class: Rancher Extensions Already Extended

But I recommend you install Rancher and have a look on Rancher Dashboard/UI to see how they really interact with it