Did someone tried deploying prefect agent on GKE u...
# ask-community
a
Did someone tried deploying prefect agent on GKE using skaffold.yaml file?
a
I did not, but maybe someone from the community did. Btw, when you run:
Copy code
prefect agent kubernetes install --key your-api-key --label yourLabel --rbac >> agent.yaml
This will generate a YAML file for you that you can apply to the cluster.
for posterity: @Aqib Fayyaz shared that this worked for their team to deploy prefect server on GKE using helm chart in skaffold:
Copy code
helm:
    releases:
      - name: prefect-server
        repo: <https://prefecthq.github.io/server/>
        remoteChart: prefect-server
        setValues:
          agent.enabled : true