Install Knative Components | |
1.1 Set up Knative Serving Resources | |
Create the serving namespace | |
kubectl create namespace serving | |
Install Knative Serving Components ( CRDs and Core Components) serving-components.yaml file | |
kubectl apply -f serving/serving-components.yaml | |
Check if Knative Serving Core Components are up-and-running | |
kubectl get pods -n serving | |
1.2 Set up KNative Eventing Resources | |
Create the eventing namespace | |
kubectl create namespace eventing | |
Install Knative Eventing Components ( CRDs and Core Components ) eventing-components.yaml file | |
kubectl apply -f eventing/eventing-components.yaml | |
Check if Knative Eventing Core Components are up-and-running | |
kubectl get pods -n eventing | |
Set up Istio | |
1.1 Install istioctl version 1.12 | |
Follow the steps presented here | |
https://istio.io/latest/docs/setup/getting-started/#download | |
Check if the proper version has been installed | |
istioctl version | |
1.2 Install Istio | |
istioctl install -y | |
1.3 Deploy Istio Resources ( istio-resources.yaml ) | |
kubectl apply -f istio/istio-resources.yaml | |
1.4 Check Istio setup | |
kubectl get pods -n istio-system |
I’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I am working at Cotocus. I blog tech insights at DevOps School, travel stories at Holiday Landmark, stock market tips at Stocks Mantra, health and fitness guidance at My Medic Plus, product reviews at I reviewed , and SEO strategies at Wizbrand.
Please find my social handles as below;
Rajesh Kumar Personal Website
Rajesh Kumar at YOUTUBE
Rajesh Kumar at INSTAGRAM
Rajesh Kumar at X
Rajesh Kumar at FACEBOOK
Rajesh Kumar at LINKEDIN
Rajesh Kumar at PINTEREST
Rajesh Kumar at QUORA
Rajesh Kumar at WIZBRAND