numaproj / helm-charts

Helm charts for the Numaproj ecosystem projects.
Apache License 2.0
4 stars 3 forks source link

Upgrade numaflow version to 1.3 #14

Closed chandankumar4 closed 3 days ago

chandankumar4 commented 4 days ago

Fixes: #13

Cluster Scoped installation:

$ helm install numaflow . --namespace numaflow-system --create-namespace           1 ↵
NAME: numaflow
LAST DEPLOYED: Tue Oct 15 09:59:38 2024
NAMESPACE: numaflow-system
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
1. Get the application URL by running these commands:
  export POD_NAME=$(kubectl get pods --namespace numaflow-system -l "app.kubernetes.io/name=numaflow-ux" -o jsonpath="{.items[0].metadata.name}")
  export CONTAINER_PORT=$(kubectl get pod --namespace numaflow-system $POD_NAME -o jsonpath="{.spec.containers[0].ports[0].containerPort}")
  kubectl --namespace numaflow-system port-forward $POD_NAME $CONTAINER_PORT
  echo "Visit http://127.0.0.1:$CONTAINER_PORT to use your application"

Namespace scoped installation:

helm install numaflow . --namespace numaflow-system --set configs.namespacedScope=true --create-namespace
NAME: numaflow
LAST DEPLOYED: Tue Oct 15 10:40:36 2024
NAMESPACE: numaflow-system
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
1. Get the application URL by running these commands:
  export POD_NAME=$(kubectl get pods --namespace numaflow-system -l "app.kubernetes.io/name=numaflow-ux" -o jsonpath="{.items[0].metadata.name}")
  export CONTAINER_PORT=$(kubectl get pod --namespace numaflow-system $POD_NAME -o jsonpath="{.spec.containers[0].ports[0].containerPort}")
  kubectl --namespace numaflow-system port-forward $POD_NAME $CONTAINER_PORT
  echo "Visit http://127.0.0.1:$CONTAINER_PORT to use your application"

Numaflow-server:

Screenshot 2024-10-15 at 10 35 37 AM

Deployment

$ k get po -n numaflow-system
NAME                                   READY   STATUS    RESTARTS   AGE
numaflow-controller-76bb8dd48c-nwrt6   1/1     Running   0          78s
numaflow-dex-server-67877dc869-q97xq   1/1     Running   0          78s
numaflow-server-859b8fd6c7-bffbt       1/1     Running   0          78s
numaflow-webhook-6c8cd4c7bf-xmskj      1/1     Running   0          78s