Somewhere, Something Incredible Is Waiting To Be Known !!!
(Move to ...)
Home
▼
Saturday, 30 July 2022
crossplane examples
›
https://github.com/crossplane-contrib
1 comment:
Tuesday, 26 July 2022
Creating EKS cluster
›
https://docs.aws.amazon.com/eks/latest/userguide/create-cluster.html
Checking EKS status using aws cli
›
aws eks describe-cluster \ --region us-east-1 \ --name my-cluster \ --query "cluster.status"
Creating EKS using aws CLI
›
aws eks create-cluster --region us-east-1 --name my-cluster --kubernetes-version 1.22 \ --role-arn arn:aws:iam::73095:role/AmazonEKSClus...
KUBE master setup
›
root@kubernetes-master:/home/ubuntu# history 1 swapoff -a 2 exit 3 swapoff - 4 swapoff -a 5 rm -rf /swap.img 6...
KUBE worker SETUP
›
root@kubernetes-worker:/home/ubuntu# history 1 sudo apt update 2 sudo apt install docker.io 3 sudo systemctl start docker ...
Saturday, 23 January 2021
Algorithms trading live stock data
›
This is what I found on the internet: There is no free lunch here in the data segment. 1)You have to get into the datafeed agreement with NS...
‹
›
Home
View web version