Somewhere, Something Incredible Is Waiting To Be Known !!!
(Move to ...)
Home
▼
Tuesday, 26 July 2022
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...
Friday, 22 January 2021
Ansible agent like Chef
›
By default ansible does not have agent . We can use SDP solutions like zerotier as alternative.
Tuesday, 19 January 2021
My First Flight (The real bird’s-eye view)
›
Ha ha !!!!!!!! Memories are still fresh !!!!! it's been so long as a fresher I joined an IT company as a software engineer at Bengaluru....
Monday, 18 January 2021
Algorithmic Trading overview
›
Algorithmic trading means using computer to make investment decisions Main players of algorithmic trading Renaissance technologies AQR capit...
‹
›
Home
View web version