- eksctl creates Cluster using Cloudformation template
- Cluster is mapped to EC2-Role and it here where we get visibility
- Each Cluster is mapped to "Context" in ~/.kube/config File which is a config file used by kubectl
- kubectl knows what its target vms are or context is.
- Each Context/Target Nodes can be shared between many different Project by using "namespaces"
Tuesday, January 25, 2022
Kubectl and EKSCTL - Story
Kubectl Context Switch - Kubernetes
eksctl creates Cluster using Cloudformation template
Cluster is mapped to EC2-Role and it here where we get visibility
Each Cluster is mapped to "Context" in ~/.kube/config File which is a config file used by kubectl
kubectl knows what its target vms are or context is.
Each Context/Target Nodes can be shared between many different Project by using "namespaces"
~\.kube\config
kubectl config get-contexts
kubectl config current-context
kubectl config use-context <context-name>
https://www.shellhacks.com/kubectl-switch-context-kubernetes/
https://www.shellhacks.com/kubectl-get-pods-list-all-pods-kubernetes/
=========================================================================
Thursday, January 20, 2022
Kubectl - Multiple Eksctl contexts - Switch - How ??
https://stackoverflow.com/a/43661208/2413870
You can switch from local (minikube) to gcloud and back with:
kubectl config use-context CONTEXT_NAME
to list all contexts:
kubectl config get-contexts
You can create different enviroments for local and gcloud and put it in separate yaml files.
https://kubernetes.io/docs/tasks/access-application-cluster/configure-access-multiple-clusters/
Wednesday, December 29, 2021
Exam : Certification Questions : Certification : Examprep :Exam
https://www.testpreptraining.com/
https://www.whizlabs.com/cart/
Tuesday, December 21, 2021
AWS : Step Functions : ADSL
https://www.youtube.com/watch?v=zCIpWFYDJ8s&list=PL9nWRykSBSFgQrO66TmO1vHFP6yuPF5G-
https://www.youtube.com/watch?v=s0XFX3WHg0w
Step Function :
Serverless Orchestration Service
ADSL
Monday, December 20, 2021
Node + Typescript : Typescript + Node
https://stackoverflow.com/questions/36999461/how-to-install-only-devdependencies-using-npm
npm init -y
npm i -D typescript
npx tsc example.ts
node example.js
https://www.youtube.com/watch?v=1UcLoOD1lRM
Azure - Pipeline - Add Approver for Stage
https://learn.microsoft.com/en-us/azure/devops/pipelines/process/approvals?view=azure-devops&tabs=check-pass
-
https://www.baeldung.com/spring-properties-file-outside-jar https://docs.spring.io/spring-boot/docs/current/reference/html/spring-boot-featu...
-
https://learn.microsoft.com/en-us/azure/devops/pipelines/process/approvals?view=azure-devops&tabs=check-pass
-
The decision was made to block such external HTTP repositories by default https://stackoverflow.com/questions/66980047/maven-build-failure-d...