SASaksham Awasthiinsakshamawasthi.hashnode.dev·May 10, 2023 · 3 min readFirst Pod with YAMLNow, the first question that arises is, What are pods? So, going straight Into Kubernetes, a pod is the smallest deployable unit that represents a single instance of a running process in the cluster. A pod can contain one or more containers, which sh...00
SASaksham Awasthiinsakshamawasthi.hashnode.dev·Apr 26, 2023 · 6 min readServerless with AWS Fargate !AWS Fargate is a serverless compute engine for containers that allows you to run Docker containers without having to manage the underlying infrastructure. It is a fully managed service that allows you to focus on your applications and not worry about...04AAKI
SASaksham Awasthiinsakshamawasthi.hashnode.dev·Apr 25, 2023 · 7 min readWTf is an AWS Instance ?What is it? An Amazon Elastic Compute Cloud (EC2) instance is a virtual server that runs on Amazon Web Services (AWS) Cloud. With EC2, you can launch as many virtual machines (VMs) as you need, configure security and networking, and manage storage. ...06VISAK
SASaksham Awasthiinsakshamawasthi.hashnode.dev·Sep 23, 2022 · 4 min readWhat the hell is k8s?If you spent the last six years lost in the interstellar void between Jaglan and the Axel nebula, maybe you have never heard of Kubernetes. Otherwise, chances are you have at least basic knowledge of this container orchestration system. It offers a l...00
SASaksham Awasthiinsakshamawasthi.hashnode.dev·Jul 13, 2022 · 2 min readWhat is Artificial Neural Network ?Now let me ask you a thing , In which field we are better than the computers . Not that love and anger things 🤣 . We humans are good at recognising the objects or some image whereas the computer is best at doing the algorithm work . So now if I ask...00