Kubernete Usecases

UseCase :1

From an automation perspective, Since selenium grid confirm of high availabity of node to distribute test case .

All independent testcases can run parallael and when it would scale up to 100 testcase in parallel ,then obvious issue will be load on application means application performance will come down .Here kubernets gives out of box solution for high availabilty of application .

Usecase 2:

Shipping of product that includes, checkout ,build artifacts ,DB setup,making db configuration ,testing (UI,API,security and static analayis) ,configure product with configure management tool(ansible or chef ) , deployment and doing smoke test .All these steps can be automated by Kubernete in very simple and easy way .

Usecase 3:

In microservice world ,each miroserivce(module) has independent life cycle deployement .

when traffic grows for perticular micro-service then it need multiple deployment in order to handle requirest .Kubernetes give solution of autoscaling .


Lets learn some basic of kubernetes :

Docker : It is container where application reside .

Pods: It contains one or more containers

Node : Machine that contains one or more pods

Kubelet: Agent that communicate with master like jenkins slave .

etcd : Database present master node that store all configuration and status .








要查看或添加评论,请登录

Brahmananda Kar的更多文章

  • Gradient descent

    Gradient descent

    Gradient descent is a widely used optimization algorithm in machine learning and artificial intelligence. It is used to…

  • Master in SQL in 10 min

    Master in SQL in 10 min

    It is required to hands-on on SQL for multiple reason .Below query designed in such a way that go to start as there no…

  • Decomposition of data analytics

    Decomposition of data analytics

    Data analytics is combination of data science , deep learning and big data (+7TB) Data science : math, structured…

  • CI & CD in cloud with JenkinFile

    CI & CD in cloud with JenkinFile

    Background: Historically jenkins served as continuous integration and then moved to continuous delivery tool . Life…

  • Design Pattern as tale

    Design Pattern as tale

    Design patterns are best practice to tackle certain problems . In Object oriented language , involves 3 step to model…

    1 条评论
  • What problem docker solves

    What problem docker solves

    1.Background Since inspection of agile methodology , cycle time is very unfair for testing guys to put ui/api test…

  • Time and space complexity in simple way

    Time and space complexity in simple way

    When we look at any computer program ,on first hand it should perform its requirement that is functional criteria . To…

    1 条评论
  • What is test Automation ?

    What is test Automation ?

    So many buzz word flowing around us and still trying to understand test automation. If you consider software components…

社区洞察

其他会员也浏览了