Essays about: "mikrotjänst -arkitektur"

Found 4 essays containing the words mikrotjänst -arkitektur.

  1. 1. Performance Evaluation of Kubernetes Autoscaling strategies on GKE clusters

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Johanna Nilsen; [2023]
    Keywords : Cloud Computing; Containerisation; Kubernetes; Google Kubernetes Engine; Autoscaling; Horizontal Pod Autoscaling; Vertical Pod Autoscaling; Hybrid Pod Autoscaling; Molntjänster; Containerisering; Kubernetes; Google Kubernetes Engine; Autoskalning; Horisontell Pod-autoskalning; Vertikal Pod-autoskalning; Hybrid Pod-autoskalning;

    Abstract : Cloud computing and containerisation have experienced significant growth in recent years. With cloud providers requiring users to specify resource limits and requests, the need for performance and resource optimisation has emerged in the cloud computing domain. READ MORE

  2. 2. Evaluation of security threats in microservice architectures

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : William Lindblom; [2022]
    Keywords : Microservice architectures; Threat modelling; Design patterns; Mikrotjänstarkitekturer; Hotmodellering; Designmönster;

    Abstract : The microservice architecture is a popular architectural pattern in the industry to implement large systems as they can reduce the code bases of each service and increase the maintainability for each of the individual services by dividing the application into smaller components based on business logic. The services can be implemented in different programming languages and communicates over a network. READ MORE

  3. 3. Implementation and Analysis of Authentication and Authorization Methods in a Microservice Architecture : A Comparison Between Microservice Security Design Patterns for Authentication and Authorization Flows

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Simon Tran Florén; [2021]
    Keywords : Authentication; Authorization; Access control; Microservices; Microservice Security; Security Tokens; Security Patterns; Performance; Autentisering; Auktorisering; Åtkomstkontroll; Mikrotjänster; Mikrotjänstsäkerhet; Säkerhetstokens; Säkerhetsdesignmönster; Prestanda; Belastningstestning;

    Abstract : Microservices have emerged as an attractive alternative to more classical monolithic software application architectures. Microservices provides many benefits that help with code base comprehension, deployability, testability, and scalability. READ MORE

  4. 4. GMock, a Component Testing Framework for gRPC-oriented Services

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Chuan Su; [2021]
    Keywords : ;

    Abstract : The Google Remote Procedure Calls (gRPC) framework is arising as a high- performance Remote Procedure Call (RPC) framework with large-scale adoptions for connecting distributed microservices applications. However, testing gRPC-oriented applications is challenging as it requires all the dependent gRPC services to be deployed either locally or remotely, and the test data to be set up correctly in each service prior to testing. READ MORE