Whether I don't need to install the helm after I installed the harbor?

I want to set up a k8s + helm + harbor environment.

when I install the harbor, then I know the Helm is a component of harbor.
so, whether I don’t need to install the helm now?

You would still need to have the helm cli installed locally to be able to use helm to install charts.

The Helm installed as part of the Harbor package would just be for the installed Harbor to use and wouldn’t be stored locally. I believe it might be part of the Chart-Museum component.

Here’s some information on the architecture of Harbor.

Let me know if you have any more questions.