This message was deleted.
# general
a
This message was deleted.
c
pop open a shell on the cluster and use kubectl apply?
a
I am trying to learn if it is possible deploy my applications using raw kubernetes manifest and deploy them to the Rancher server. After that Rancher will take care of deploying it to the correct cluster. So wondering if there are special manifest constructions to create my projects etc and deploy them.
But maybe this is not the best way to do it 🙂 On every tutorial out there I see the involvement of the UI which is used to create a project select a cluster and deploy it onto that cluster.
c
if you’re using raw manifests, then you’re not using rancher. you’re talking directly to the cluster’s apiserver
unless you’re using fleet to deploy the manifests
a
I had the impression that fleet only takes care of the GitOps workflow and is not involved in actively distributing the manifest to the correct cluster. But I guess I am mistaken
c
it deploys things to clusters
a
So to get my mind clear… Rancher - Create and Maintain Clusters Fleet - Distribution of the manifest to the correct Clusters If you create a project in the Rancher UI and create a workload on that cluster then Rancher talks directly to the cluster API server.
c
correct
rancher has a connection to the apiserver in each of the downstream clusters, and the UI tunnels through rancher to the downstream cluster when you interact with it.