kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.6.3/cert-manager.yaml
kubectl create namespace observability kubectl create -f https://github.com/jaegertracing/jaeger-operator/releases/download/v1.53.0/jaeger-operator.yaml -n observability
kubectl apply -f https://github.com/knative/serving/releases/download/knative-v1.13.0/serving-crds.yaml
kubectl apply -f https://github.com/knative/serving/releases/download/knative-v1.13.0/serving-core.yaml
kubectl apply -f https://github.com/knative/net-kourier/releases/download/knative-v1.13.0/kourier.yaml
kubectl patch configmap/config-network
--namespace knative-serving
--type merge
--patch '{"data":{"ingress-class":"kourier.ingress.networking.knative.dev"}}'
kubectl apply -f https://github.com/knative/eventing/releases/download/knative-v1.13.1/eventing-crds.yaml kubectl apply -f https://github.com/knative/eventing/releases/download/knative-v1.13.1/eventing-core.yaml kubectl apply -f https://github.com/knative/eventing/releases/download/knative-v1.13.1/in-memory-channel.yaml kubectl apply -f https://github.com/knative/eventing/releases/download/knative-v1.13.1/mt-channel-broker.yaml
k -n knative-eventing port-forward svc/broker-ingress 8088:80 http -v POST :8088/default/default host:broker-ingress.knative-eventing.svc.cluster.local ce-id:1 ce-specversion:1.0 ce-source:fran ce-type:fran.ping a=b
helm repo add dapr https://dapr.github.io/helm-charts/
helm repo update
helm upgrade --install dapr dapr/dapr
--version=1.12
--namespace dapr-system
--create-namespace
--wait
helm repo add bitnami https://charts.bitnami.com/bitnami helm repo update helm install redis bitnami/redis --set image.tag=6.2