Saikiran Pinapathruni
Saikiran Pinapathruni
  • Видео 61
  • Просмотров 26 114
Day 06 Kubernetes health probes | #saikiranpinapathruni
Welcome to another episode in our Kubernetes series! In this video, we dive deep into Kubernetes health probes: Readiness Probes and Liveness Probes.
What You'll Learn:
Readiness Probes: How they help ensure your application is ready to serve traffic before it's marked as available.
Liveness Probes: How they detect and remediate issues with your application to keep your services running smoothly.
Practical Example: Step-by-step demonstration on setting up these probes in a Kubernetes deployment.
Timestamps:
00:00 Introduction
05:07 Practical On Readiness-Probes
08:42 Practical On Liveness-Probes
GitHub : github.com/saikiranpi/Mastering-Kubernetes.git
Docker : hub.docker.com/u/kiran2361993
LinkedIn :...
Просмотров: 145

Видео

Day 06 Securing the Communication Between Users and Services with Ingress | #saikiranpinapathruni
Просмотров 2564 часа назад
In this video, we will guide you through the process of setting up Ingress Controllers, generating SSL keys, deploying Ingress Controllers, and managing Docker images in your Kubernetes cluster. Additionally, we'll show you how to create secrets and configure Route 53 records for a seamless setup. GitHub : github.com/saikiranpi/Mastering-Kubernetes.git Docker : hub.docker.com/u/kiran2361993 Lin...
Day 05 Kubernetes Services | ClusterIP | NodePort | LoadBalancer | #saikiranpinapathruni
Просмотров 1679 часов назад
In this video, we delve into the world of Kubernetes services, exploring the different types and their use cases. Understanding how to effectively use services in Kubernetes is crucial for managing traffic within your cluster and exposing your applications to the outside world. Timestamps: 00:00 Intro 10:30 Deploying Deployment and Service type as ClusterIP 19:30 NodePort 23:28 LoadBalancer Typ...
Day 04 Kubernetes Deployments | DaemonSets | StateFullSets | #saikiranpinapathruni
Просмотров 26514 часов назад
In this video, we dive into Kubernetes Deployments, DaemonSets, and StatefulSets. We will cover the basics and provide simple, easy-to-understand commands to help you get started with deploying your applications on Kubernetes. Commands Used: Creating a Deployment Adding another container to the deployment Creating pods Deploying the deployment Adding labels and annotations Setting and checking ...
Day 03 Overview On deployments, Pods, Services, Namespaces, ReplicaSets | #saikiranpinapathruni
Просмотров 24216 часов назад
🌟 Kubernetes Overview: Pods, Deployments, Namespaces, Services, and Commands 🌟 In this session, we cover the essential Kubernetes concepts including Pods, Deployments, Namespaces, and Services. We demonstrate how to manage and deploy applications in a Kubernetes cluster using both imperative and declarative approaches. 📌 Topics Covered: Pods: Learn about the smallest deployable units in Kuberne...
Day 02 Production Grade Kubernetes Cluster Deployment with KOPS | #saikiranpinapathruni
Просмотров 58219 часов назад
Welcome to our comprehensive guide on deploying a Kubernetes cluster with KOPS! In this video, we will walk you through the entire process, from setting up KOPS to successfully launching your Kubernetes cluster. In This Video: Introduction to Kubernetes and KOPS Setting up KOPS on AWS Creating and configuring your Kubernetes cluster Smoke testing your cluster deployment Managing nodes and pods ...
Day 01 Why Kubernetes ? Kubernetes Introduction | #saikiranpinapathruni
Просмотров 58121 час назад
Welcome to our video on Kubernetes Architecture and Container Orchestration! In this video, we delve into the fundamentals of Kubernetes and Docker Swarm, exploring how these powerful tools help manage containerized applications. Topics Covered: Why Kubernetes? Kubernetes Architecture Key Features of Kubernetes: Timestamps: 00:00 Introduction on why Kubernetes 05:30 Understanding the architectu...
13 Final Class From Docker Series | Integrating PagerDuty with Prometheus | #saikiranpinapathruni
Просмотров 340День назад
This video shows you how to set up PagerDuty with Prometheus, Slack, and Alert manager for a smooth alerting workflow. No fancy tech jargon here, just a step-by-step guide to get your notifications flowing! Perfect for anyone who wants to stay on top of issues and keep their team informed. Here's why you should watch: Learn how to send alerts from Prometheus to PagerDuty. Get notified in Slack ...
Day 12 ELK stack with docker Swarm Cluster | #saikiranpinapathruni
Просмотров 29114 дней назад
In this video, we dive into the ELK Stack, a powerful combination of Elasticsearch, Logstash, and Kibana. These tools help you monitor and analyze your applications effectively. We'll walk you through the basics of each component, show you how they work together, and explain why they're essential for your DevOps toolkit. Whether you're new to ELK or looking to brush up on your skills, this vide...
Day 11 DevOps Scenario Based Questions | #saikiranpinapathruni
Просмотров 1,4 тыс.14 дней назад
Get ready to tackle real-world challenges and impress your interviewers with your expertise !!!!! This video contains scenario-based questions and answers focused on DevOps practices, AWS cloud services, and Kubernetes orchestration. These scenarios are designed to help you understand and implement real-world DevOps solutions. GitHub : github.com/saikiranpi/Mastering-Docker.git Docker : hub.doc...
Day 10 Ingress Controllers | Traefik | Real Time Task | #saikiranpinapathruni
Просмотров 27221 день назад
Welcome to this tutorial on setting up a Voting App with Traefik as an Ingress Controller using Docker Swarm, AWS Route 53, and Network Load Balancer (NLB). In this video, we'll walk through the architecture, deployment steps, and configuration needed to get your voting app up and running with secure HTTPS and load balancing. Key Points Covered: Overview of the architecture involving Route 53, ...
Day 09 Docker Secrets | Mounting Secrets with File | #saikiranpinapathruni
Просмотров 24321 день назад
Level up your Docker Swarm skills by mastering secrets! This video (Part 2) dives into secure storage and management of sensitive data like database credentials and API keys. Learn how to separate secrets from container images, ensuring robust application security in your Docker Swarm environment. Timestamps: 00:00 Task Intro 06:40 Creating IAM user for Accesskey and Secret key 07:19 Creating C...
08 Docker Swarm part 1 | RAFT Algorithm | Swarm Commands | #saikiranpinapathruni
Просмотров 26621 день назад
Master Docker Swarm with This Video! In this tutorial, we'll take you through key Docker Swarm concepts and commands you need to know: Understanding Docker Info & Network Visualization: Learn how to check your Swarm's overall health and visualize container networks using docker info and docker network ls with the visualizer container. Deploying a Multi-Container Service: We'll deploy a sample s...
Day 07 Docker Compose with Docker Voting Application | #saikiranpinapathruni
Просмотров 28221 день назад
In this Docker Compose tutorial, learn how to manage multi-container applications easily with Docker Compose! 🐳 🔧 Docker Compose simplifies running Docker containers together as a service. Follow along with our step-by-step guide to understand: Defining multi-container applications Managing services, networks, and volumes Scaling applications effortlessly Timestamps: 00:00 Task and compose Intr...
Day 06 Google Distroless Images | Docker Multi Build | #saikiranpinapathruni
Просмотров 42828 дней назад
Welcome to our RUclips channel! In this video, we explore how to optimize Docker images using Google Distroless and Docker's multi-stage builds. 🐳✨ What You'll Learn: Google Distroless Images: Understand how Distroless images from Google help create minimal and secure Docker containers by stripping unnecessary components. Docker Multi-Stage Builds: Learn how to use Docker's multi-stage builds t...
Day 00 Mastering Docker | Nothing to advanced | #saikiranpinapathruni
Просмотров 1,1 тыс.Месяц назад
Day 00 Mastering Docker | Nothing to advanced | #saikiranpinapathruni
Day 05 DockerFile Part 2 | Restricting Container with ROOT access | #saikiranpinapathruni
Просмотров 403Месяц назад
Day 05 DockerFile Part 2 | Restricting Container with ROOT access | #saikiranpinapathruni
Day 04 Docker File | Dangling Images | Build ARG | ENV | #saikiranpinapathruni
Просмотров 472Месяц назад
Day 04 Docker File | Dangling Images | Build ARG | ENV | #saikiranpinapathruni
Day 03 Docker Volumes | BindMounts | Portainer | #saikiranpinapathruni
Просмотров 487Месяц назад
Day 03 Docker Volumes | BindMounts | Portainer | #saikiranpinapathruni
Day 02 Docker Dir Change | Custom Network | Host | AWS EBS Volume | #saikiranpinapathruni
Просмотров 822Месяц назад
Day 02 Docker Dir Change | Custom Network | Host | AWS EBS Volume | #saikiranpinapathruni
Day 01 Containers vs VMs | Docker Architecture, Installation, Networking, and Commands
Просмотров 1,1 тыс.Месяц назад
Day 01 Containers vs VMs | Docker Architecture, Installation, Networking, and Commands
Day 39 Interview Kit
Просмотров 935Месяц назад
Day 39 Interview Kit
Day 38 Final Class | How to Introduce yourself as a DevOps Engineer
Просмотров 1,3 тыс.Месяц назад
Day 38 Final Class | How to Introduce yourself as a DevOps Engineer
Day 37 AWS Cost Optimization & Best Security Practices #saikiranpinapathruni @SaiKirannPinapathruni
Просмотров 247Месяц назад
Day 37 AWS Cost Optimization & Best Security Practices #saikiranpinapathruni @SaiKirannPinapathruni
Day 36 Deployed React application using AWS Amplify
Просмотров 139Месяц назад
Day 36 Deployed React application using AWS Amplify
35 Deploying Docker Voting App on AWS - EKS
Просмотров 431Месяц назад
35 Deploying Docker Voting App on AWS - EKS
Day 34 AWS ECS Fargate Project | Serverless | #saikiranpinapathruni | @SaiKirannPinapathruni
Просмотров 244Месяц назад
Day 34 AWS ECS Fargate Project | Serverless | #saikiranpinapathruni | @SaiKirannPinapathruni
Day 33 ECR-ECS | Deploying Docker Containers on AWS | #saikiranpinapathruni
Просмотров 426Месяц назад
Day 33 ECR-ECS | Deploying Docker Containers on AWS | #saikiranpinapathruni
Day 32 AWS Cloud Config and Elastic Beanstalk | Realtime tasks | #saikiranpinapathruni
Просмотров 170Месяц назад
Day 32 AWS Cloud Config and Elastic Beanstalk | Realtime tasks | #saikiranpinapathruni
Day 31 Automating Deployment with Cloud9, CodeCommit, CodeBuild, CodeDeploy, and CodePipeline
Просмотров 276Месяц назад
Day 31 Automating Deployment with Cloud9, CodeCommit, CodeBuild, CodeDeploy, and CodePipeline

Комментарии

  • @TrendyTales-ep9yq
    @TrendyTales-ep9yq 2 часа назад

    Hi sai, what is iptables in kubeproxy?

    • @SaiKirannPinapathruni
      @SaiKirannPinapathruni 2 часа назад

      Nothing bro simple , In kube-proxy, IP tables manage network traffic within a Kubernetes cluster by routing requests to the correct service endpoints. It uses CLUSTER IP to direct traffic from clients to the appropriate service pods.

  • @manojkumarparuchuri5920
    @manojkumarparuchuri5920 4 часа назад

    Hii bro i have 2 years career gap initially i have 1 year experience i tried development feeling it is not my cup of tea i have some devops knowledge is it possible to enter in to it genuienely through devops please reply bro i am in confusion

    • @SaiKirannPinapathruni
      @SaiKirannPinapathruni 3 часа назад

      @@manojkumarparuchuri5920 you can but am unsure if organisations does allow you with career gap or not .

  • @mokadisuryaprasad247
    @mokadisuryaprasad247 9 часов назад

    Hi bro , Telegram link is not working. Please check and confirm

    • @SaiKirannPinapathruni
      @SaiKirannPinapathruni 9 часов назад

      Yes i have deleted Because of spammers , They are selling my content to me for 8k

  • @mohammadumair136
    @mohammadumair136 9 часов назад

    Again learned a new thing bro

  • @gspvsr
    @gspvsr День назад

    sweet short explanation, very good

  • @user-dc3rp6vw9b
    @user-dc3rp6vw9b 2 дня назад

    Can you make a video how production/Dev/Test kubernetes realtime setup?

  • @YouTubeSILVER.
    @YouTubeSILVER. 2 дня назад

    1. To Generate Secure Key and cert... Do we really use `certbot` command in Realtime ???? or any Other alternative approach ?? 2. If we use microservice architecture, do we create separate certs and key or only one cert and key is enough???

    • @SaiKirannPinapathruni
      @SaiKirannPinapathruni 2 дня назад

      @@RUclipsSILVER. Good Question , actually in real time they will be having licensed keys, .crt and .key. The only thing what we have to do is , we have to follow the process what I showed in video . Else there will be one common location they run the key in that particular location.

    • @naveensilver
      @naveensilver 21 час назад

      @@SaiKirannPinapathruniwhat about 2nd Qusn ?

    • @SaiKirannPinapathruni
      @SaiKirannPinapathruni 3 часа назад

      @@naveensilver Nonwe don’t use , only one. We have 28 services we use a single SSL key for all 28 services by configuring a load balancer or reverse proxy with the SSL certificate. The load balancer then handles SSL termination and forwards traffic to the microservices.

  • @gsp237
    @gsp237 2 дня назад

    Sai kiran, thanks for ur efforts and explaining each and everything.

    • @SaiKirannPinapathruni
      @SaiKirannPinapathruni 2 дня назад

      @@gsp237 Hope this helps :)

    • @gsp237
      @gsp237 2 дня назад

      @@SaiKirannPinapathruni it will helps me a lot keep it up

  • @YouTubeSILVER.
    @YouTubeSILVER. 2 дня назад

    23.3 ErrImagePull - Private repo

  • @SrikanthKS-f9k
    @SrikanthKS-f9k 2 дня назад

    Excellent Explanation

  • @kqaaTangedupalli
    @kqaaTangedupalli 2 дня назад

    Hello anna. Mee Dockers series lo all topics cover chesara anna for freshers levels.

    • @SaiKirannPinapathruni
      @SaiKirannPinapathruni 2 дня назад

      @@kqaaTangedupalli Motham A-Z covered , certification kuda clear cheyachu

    • @kqaaTangedupalli
      @kqaaTangedupalli 2 дня назад

      @@SaiKirannPinapathruni thank you so much for your reply

  • @satishvutti
    @satishvutti 3 дня назад

    Hi, how to allow existing enterprise LDAP users seamlessly switch (login) between different applications using Azure/AWS AD. Do you have any video covering this

    • @SaiKirannPinapathruni
      @SaiKirannPinapathruni 3 дня назад

      @@satishvutti am unaware with AZURE , but with aws we can do this using Directory Services and IAM identity centre .

    • @satishvutti
      @satishvutti 3 дня назад

      Can you please help to create that solution if possible

  • @prafullams2485
    @prafullams2485 3 дня назад

    Hi @Saikiran Please continue the series. Waiting for your next video on Ingress controller.

  • @saifgaida5872
    @saifgaida5872 3 дня назад

    Thank you for sharing :)

  • @mohammadumair136
    @mohammadumair136 4 дня назад

    Hi bro, Can we generate the access point script like you created through policy generator otherwise we have to google it ?

    • @SaiKirannPinapathruni
      @SaiKirannPinapathruni 4 дня назад

      @@mohammadumair136 yes you can , type aws policy generator from browser

  • @thotamallesh7514
    @thotamallesh7514 4 дня назад

    if possible show once inside view of pagerduty

  • @thotamallesh7514
    @thotamallesh7514 4 дня назад

    You hit it only five times, but it shows more logs. at 16.25 time frame

  • @thotamallesh7514
    @thotamallesh7514 5 дней назад

    How to create Portfolio files, if you have any reference please share , Iam strucked at portfolio creation files,share sample files link

  • @sureshu3828
    @sureshu3828 5 дней назад

    Sai could you explain one complete end to end real time project like min two envs(test and prod)

  • @tolanidinesh
    @tolanidinesh 6 дней назад

    Superb explanation. The telegram link has expired. Can you please paste a new one

    • @SaiKirannPinapathruni
      @SaiKirannPinapathruni 6 дней назад

      @@tolanidinesh Lot of spammers , someone is selling my course to me for 8500/- Il come up with new community tab, hope you understand .

  • @ViluckyCreators
    @ViluckyCreators 6 дней назад

    Super

  • @ahsanamin3818
    @ahsanamin3818 7 дней назад

    Your videos are really helpful. I have two requests. in this playlist please add kubernetes the hard way and setup kubernetes using kubeadm. Thank you for making videos for us.

  • @mohammadumair136
    @mohammadumair136 7 дней назад

    Bro what is the need of Smoke testing?

    • @SaiKirannPinapathruni
      @SaiKirannPinapathruni 7 дней назад

      @@mohammadumair136 To cross check whether the cluster is up and running good or not

    • @mohammadumair136
      @mohammadumair136 7 дней назад

      @@SaiKirannPinapathruni ok thanks bro

  • @alwaysLearner9
    @alwaysLearner9 7 дней назад

    Instead of just talking and executing commands I would ask you to explain by drawing or using diagrams will reach more viewers and make them understand easily. You need to explain what is KOPS, how it works internally, architecture of KOPS

  • @naveensilver
    @naveensilver 7 дней назад

    In Realtime, How can we select standard Version of every tool ?

    • @SaiKirannPinapathruni
      @SaiKirannPinapathruni 7 дней назад

      @@naveensilver Actually we need to go through docs or release notes for the recommended versions, So we should make sure that we are using a supported KOPS version, and align our rest of the tools with compatibility guidelines.

    • @naveensilver
      @naveensilver 7 дней назад

      @@SaiKirannPinapathruni thanks for the info !! If you could, please cover this small info in-detail on this series.

    • @SaiKirannPinapathruni
      @SaiKirannPinapathruni 7 дней назад

      @@naveensilver 😀 Sure ,Am sorry.

  • @Raghu_kiran
    @Raghu_kiran 7 дней назад

    Please explain main diff between EBS & EFS

    • @SaiKirannPinapathruni
      @SaiKirannPinapathruni 7 дней назад

      @@Raghu_kiran Sure Raghu, please ping me on linkedin .

    • @Raghu_kiran
      @Raghu_kiran 7 дней назад

      @@SaiKirannPinapathruni pls accept request

  • @Raghu_kiran
    @Raghu_kiran 8 дней назад

    EBS provides persistent block storage volumes. Data stored in instance storage is lost if the instance is stopped or terminated. Then how EBS is persistent ??

    • @SaiKirannPinapathruni
      @SaiKirannPinapathruni 8 дней назад

      @@Raghu_kiran Hi thanks for watching , please watch the video carefully , Instance storage is different , EBS is different .

    • @Raghu_kiran
      @Raghu_kiran 7 дней назад

      ​@@SaiKirannPinapathruniivol and ibvol are EBS volumes right ?? then how come ivol data got deleted after reboot of EC2

  • @ramsreddy5133
    @ramsreddy5133 8 дней назад

    Ur session session are next level I joined in so many institutes no one have golden this type of explanation

    • @SaiKirannPinapathruni
      @SaiKirannPinapathruni 8 дней назад

      @@ramsreddy5133 Ramesh please let our friends know about our channel on linkedin please

    • @ramsreddy5133
      @ramsreddy5133 8 дней назад

      @@SaiKirannPinapathruni yes brother

    • @ramsreddy5133
      @ramsreddy5133 8 дней назад

      @@SaiKirannPinapathruni bro Wil u provide any online training

    • @SaiKirannPinapathruni
      @SaiKirannPinapathruni 8 дней назад

      @@ramsreddy5133 No , but Reach me on telegram .

  • @alwaysLearner9
    @alwaysLearner9 8 дней назад

    Can you do it live so we can ask questions while deploying?

    • @SaiKirannPinapathruni
      @SaiKirannPinapathruni 8 дней назад

      @@alwaysLearner9 Yes I will , You can ask here too!! Else you can join my telegram, Link in description .

  • @sairaviTeja123-qv3nc
    @sairaviTeja123-qv3nc 8 дней назад

    Great explanation of Kubernetes architecture! You made complex concepts seem simple. I’m eagerly looking forward for ur Kubernetes series 😊.

  • @vinaybv9710
    @vinaybv9710 8 дней назад

    Quarry language of etcd? Can we login into etcd as we login into container using exec

    • @SaiKirannPinapathruni
      @SaiKirannPinapathruni 8 дней назад

      No you can’t , etcd uses a key-value store with APIs for interaction, but You can interact with etcd using tools like curl or etcdctl.

  • @Vishal-wr6cc
    @Vishal-wr6cc 8 дней назад

    Please continue the series from basic to advance with real time scenarios 👍

  • @bhasurukowshik886
    @bhasurukowshik886 8 дней назад

    Thanks for starting the K8's series bro, just a reminder, please make sure to stick with the real time k8's activities similar to the previous sessions, Thank you.

    • @SaiKirannPinapathruni
      @SaiKirannPinapathruni 8 дней назад

      @@bhasurukowshik886 Trust me , you will love it and you will addicted to it :) Please do let others know -_-

    • @RK-1721
      @RK-1721 8 дней назад

      Super explanation bro

    • @SaiKirannPinapathruni
      @SaiKirannPinapathruni 8 дней назад

      @@RK-1721Thanks a lot :)

  • @thotamallesh7514
    @thotamallesh7514 9 дней назад

    @Sai please do some videos on terraform bro plz

  • @golgappa3430
    @golgappa3430 9 дней назад

    Very good job Sai , Need K8 series and CI/CD series like this. your channel will boom like anything !!!

    • @SaiKirannPinapathruni
      @SaiKirannPinapathruni 9 дней назад

      @@golgappa3430 Thankd a lot , just posted first video on Kubernetes .

    • @golgappa3430
      @golgappa3430 8 дней назад

      @@SaiKirannPinapathruni Excited

  • @Raghu_kiran
    @Raghu_kiran 9 дней назад

    JSON script doesnt have IAM user name, Account ID etc ,how authentication was done ??

    • @SaiKirannPinapathruni
      @SaiKirannPinapathruni 9 дней назад

      @@Raghu_kiran Watch the video carefully , we called those variables .

    • @Raghu_kiran
      @Raghu_kiran 8 дней назад

      @@SaiKirannPinapathruni Can you pls elaborate, I have checked packer-vars.json script there is no info of IAM user

  • @Raghu_kiran
    @Raghu_kiran 10 дней назад

    with the help of Subnet ID

  • @banuprasanth7376
    @banuprasanth7376 10 дней назад

    Awesome bro on completing the Docker series. This is one of the best playlist in RUclips which I have seen. Your explanation and content covered in this series is excellent. Keep continuing your good work and I'm eagerly waiting for Kubernetes series.

    • @SaiKirannPinapathruni
      @SaiKirannPinapathruni 10 дней назад

      @@banuprasanth7376 Thanks a lot :) Kubernetes starting from Tuesday 23rd August 2024 !

  • @vijayanthony4760
    @vijayanthony4760 11 дней назад

    I am beginner in DevOps what should I learn first ?? Oka sturucture lo pettu anna videos plzz

    • @SaiKirannPinapathruni
      @SaiKirannPinapathruni 11 дней назад

      @@vijayanthony4760 Thanks for watching , actually my plan was too start DevSecops. Due to large number of requests , I started Docker + Kubernetes . So for now you can watch docker , but don’t watch Kubernetes . You will get confused .

    • @vijayanthony4760
      @vijayanthony4760 11 дней назад

      @@SaiKirannPinapathruni oh ok anna 🙏 Thank you .

  • @vannevijay4006
    @vannevijay4006 11 дней назад

    Anna meetho okasari matladali pls anna linkedin kakunda vere id yemaina ivvagalara

  • @Raghu_kiran
    @Raghu_kiran 12 дней назад

    Gud Session.....Done hands on!!!!

  • @user-tg4eh8xz7d
    @user-tg4eh8xz7d 13 дней назад

    thankyou sai...its very usefull to us

  • @Tanzeerahamed047
    @Tanzeerahamed047 13 дней назад

    Fabulous explanation with real time use case.. When you are starting kubernetes please confirme

    • @SaiKirannPinapathruni
      @SaiKirannPinapathruni 13 дней назад

      @@Tanzeerahamed047 Thanks for watching :) Next week either from Monday or Tuesday .

  • @thotamallesh7514
    @thotamallesh7514 14 дней назад

    @Saikiran What is exact use of Hibernate option in EC2 instance ? What is the purpose of elastic ip in the scenario of Hibernate

    • @SaiKirannPinapathruni
      @SaiKirannPinapathruni 10 дней назад

      Hibernate in EC2 saves your instance's state to quickly resume later. An Elastic IP keeps the same public IP address after hibernation.

  • @cyberSecurity-qo2gw
    @cyberSecurity-qo2gw 14 дней назад

    again a nice informative video , happy to learn

    • @SaiKirannPinapathruni
      @SaiKirannPinapathruni 14 дней назад

      @@cyberSecurity-qo2gw Thanks a lot :) . You are wonderful . I’ve never seen anyone doing practical’s constantly since aws sessions!! Kept going great work !!

  • @indrajakondisetti5749
    @indrajakondisetti5749 15 дней назад

    Hello Sai Kiran, I have seen your Devops journey on Abhishek Channel. very much motivated with your continuous career growth. I am 2016 Pass out i was working with TATA for 7 Years into Operations and Support for Cisco Webex Video conferencing platform which is cloud service only. But I don't really understand if this is relevent with devops or not. an year back i got interested on AWS and tried to switch internal for AWS team. I was able to switch but manager wasn't at all helpful instead me .giving chance on working AWS he used my skills on previous profile only. So i got an oppurtunity outside my Org. So shifted to new job. While recruiting they hired with cisco webex interview questions only but post joining its L1 wrk they made me do event monitoring. After 2 months they said we dont have and fired few count where i am one among them. As i was intrested on AWS i started learing again. So on gaining some knowledge i updated profile on naukri i get job invites and my profile is being viewed by organisation. Here my problem is being 7.6 years experienced i am not getting entry level for devops. job invites and calls were also for On hand experienced. for sr. Devops engineer i attended an interview it got ended in just 10min. So you please suggest how can i get Frst Devops On-hand practical experinece.

  • @thotamallesh7514
    @thotamallesh7514 15 дней назад

    @sai kiran Please create a video on the day-to-day activities of AWS and DevOps roles, focusing on interview perspectives

    • @SaiKirannPinapathruni
      @SaiKirannPinapathruni 15 дней назад

      @@thotamallesh7514 Here it is ruclips.net/video/dkWmxxh99Z8/видео.htmlsi=k-kXZIVu0Yznf3z2

  • @JeswanthVarmaDatla
    @JeswanthVarmaDatla 15 дней назад

    @saikiran Seed is a process in which an initial set of data is provided to a database when it is being installed.