File tree Expand file tree Collapse file tree
docs/organizations/companies/suse Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22
33## Overview
44
5- ![ archivecture overview] ( neuvector- architecture-overview.png)
5+ ![ archivecture overview] ( architecture-overview.png )
66
77Ref. [ Basics > Overview] ( https://docs.neuvector.com/basics/overview )
88
Original file line number Diff line number Diff line change 1- # Automation with Rancher
2-
3- ## Terraform
4-
5- * [ Rancher2 Provider] ( https://registry.terraform.io/providers/rancher/rancher2/latest/docs ) ([ code] ( https://github.com/rancher/terraform-provider-rancher2 ) )
6-
7- ## Usecases
8-
9- ### Kubernetes management cluster with Rancher
10-
11- ![ Cluster creation diagram] ( ../assets/images/Provisioning_logic-Rancher_cluster_creation .svg)
12-
13- ### RKE1 cluster from Rancher
14-
15- * [ RKE Templates and Infrastructure > Terraform] ( https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/infrastructure#terraform )
16-
17- ## Code examples
18-
19- * [ Devpro Terraform projects] ( https://github.com/devpro/terraform-projects )
20- * [ Rancher quickstarts] ( https://github.com/rancher/quickstart )
1+ # Automation with Rancher
2+
3+ ## Terraform
4+
5+ * [ Rancher2 Provider] ( https://registry.terraform.io/providers/rancher/rancher2/latest/docs ) ([ code] ( https://github.com/rancher/terraform-provider-rancher2 ) )
6+
7+ ## Usecases
8+
9+ ### Kubernetes management cluster with Rancher
10+
11+ ![ Cluster creation diagram] ( cluster-provisioning-logic .svg)
12+
13+ ### RKE1 cluster from Rancher
14+
15+ * [ RKE Templates and Infrastructure > Terraform] ( https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/infrastructure#terraform )
16+
17+ ## Code examples
18+
19+ * [ Devpro Terraform projects] ( https://github.com/devpro/terraform-projects )
20+ * [ Rancher quickstarts] ( https://github.com/rancher/quickstart )
Original file line number Diff line number Diff line change 1- # Installation of Rancher
1+ # Installation of Rancher
22
33## General procedures
44
88
99## Providers
1010
11- * [ AKS] ( ../providers/ microsoft-azure.md#install-rancher-on-aks )
12- * [ Outscale] ( ../providers/ 3ds-outscale.md#create-a-rke2-cluster-and-install-rancher-on-it )
13- * [ Nutanix] ( ../providers/ nutanix.md#rancher--rke-on-nutanix )
14- * [ vSphere] ( ../providers/ wmware-vsphere.md#install-rancher-in-vsphere )
11+ * [ AKS] ( microsoft-azure.md )
12+ * [ Outscale] ( 3ds-outscale.md )
13+ * [ Nutanix] ( nutanix.md )
14+ * [ vSphere] ( wmware-vsphere.md )
1515
1616## Known issues
1717
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ rke2-metrics-server | kube-system | rke2-metrics-server-2.11.100-build2021111904
9191- /usr/local/bin/rke2 server
9292- containerd -c /var/lib/rancher/rke2/agent/etc/containerd/config.toml -a /run/k3s/containerd/containerd.sock --state /run/k3s/containerd --root /var/lib/rancher/rke2/agent/containerd
9393- kubelet
94- - /var/lib/rancher/rke2/data/v1.23.9-rke2r1-eef53a0d1ec2/bin/containerd-shim-runc-v2 -namespace k8s.io -id < container_id> -address /run/k3s/containerd/containerd.sock
94+ - /var/lib/rancher/rke2/data/v1.23.9-rke2r1-eef53a0d1ec2/bin/containerd-shim-runc-v2 -namespace k8s.io -id container_id -address /run/k3s/containerd/containerd.sock
9595- kube-proxy --cluster-cidr=10.42.0.0/16 --conntrack-max-per-core=0 --conntrack-tcp-timeout-close-wait=0s --conntrack-tcp-timeout-established=0s --healthz-bind-address=127.0.0.1 --hostname-override=vm-bthomas-rke2server --kubeconfig=/var/lib/rancher/rke2/agent/kubeproxy.kubeconfig --proxy-mode=iptables
9696- kube-scheduler --permit-port-sharing=true --authentication-kubeconfig=/var/lib/rancher/rke2/server/cred/scheduler.kubeconfig --authorization-kubeconfig=/var/lib/rancher/rke2/server/cred/scheduler.kubeconfig --bind-address=127.0.0.1 --kubeconfig=/var/lib/rancher/rke2/server/cred/scheduler.kubeconfig --profiling=false --secure-port=10259
9797- kube-apiserver
@@ -106,6 +106,6 @@ rke2-metrics-server | kube-system | rke2-metrics-server-2.11.100-build2021111904
106106- /usr/local/bin/rke2 agent
107107- containerd -c /var/lib/rancher/rke2/agent/etc/containerd/config.toml -a /run/k3s/containerd/containerd.sock --state /run/k3s/containerd --root /var/lib/rancher/rke2/agent/containerd
108108- kubelet
109- - /var/lib/rancher/rke2/data/v1.23.9-rke2r1-eef53a0d1ec2/bin/containerd-shim-runc-v2 -namespace k8s.io -id < container_id> -address /run/k3s/containerd/containerd.sock
109+ - /var/lib/rancher/rke2/data/v1.23.9-rke2r1-eef53a0d1ec2/bin/containerd-shim-runc-v2 -namespace k8s.io -id container_id -address /run/k3s/containerd/containerd.sock
110110- kube-proxy --cluster-cidr=10.42.0.0/16 --conntrack-max-per-core=0 --conntrack-tcp-timeout-close-wait=0s --conntrack-tcp-timeout-established=0s --healthz-bind-address=127.0.0.1 --hostname-override=vm-bthomas-rke2worker1 --kubeconfig=/var/lib/rancher/rke2/agent/kubeproxy.kubeconfig --proxy-mode=iptables
111111- /nginx-ingress-controller --election-id=ingress-controller-leader --controller-class=k8s.io/ingress-nginx --ingress-class=nginx --configmap=kube-system/rke2-ingress-nginx-controller --validating-webhook=:8443 --validating-webhook-certificate=/usr/local/certificates/cert --validating-webhook-key=/usr/local/certificates/key --watch-ingress-without-class=true
Original file line number Diff line number Diff line change 2121
2222📝 [ The History of S.u.S.E. - The other enterprise Linux company] ( https://www.abortretry.fail/p/the-history-of-suse ) - January 13, 2025
2323
24- ## Areas
25-
26- * [ Edge] ( edge.md )
27- * [ GPUs] ( gpu.md )
28- * [ Kubernetes] ( kubernetes/distributions.md )
29- * [ Networking] ( networking.md )
30- * [ Observability] ( observability.md )
31- * [ Security] ( security.md )
32- * [ Storage] ( storage.md )
33-
3424## Offering
3525
3626### Open source
3929* Harvester
4030* [ K3s] ( k3s.md )
4131* [ Longhorn] ( longhorn.md )
42- * [ NeuVector] ( neuvector.md )
32+ * [ NeuVector] ( neuvector/neuvector .md )
4333* [ openSUSE] ( opensuse.md )
44- * [ Rancher] ( rancher.md )
34+ * [ Rancher] ( rancher/rancher .md )
4535* [ Rancher Desktop] ( rancher-desktop.md )
4636* [ RKE] ( rke.md )
4737
You can’t perform that action at this time.
0 commit comments