Skip to content

Instantly share code, notes, and snippets.

@EliFuzz
EliFuzz / Pros & Cons: Canary deployment.md
Created July 19, 2023 06:52
Pros & Cons: Canary deployment
Pros Cons
Low impact deployment: can deploy a new version of the application with minimal impact on the users or the service availability High complexity and testing challenges: need to de
@EliFuzz
EliFuzz / Pros & Cons: Blue-green deployment.md
Created July 19, 2023 06:55
Pros & Cons: Blue-green deployment
Pros Cons
Zero-downtime deployment: can deploy a new version of the application without affecting the users or the service availability High resource consumption and cost: need to have tw
@EliFuzz
EliFuzz / Best Practicies: Serverless deployment.md
Created July 19, 2023 07:46
Best Practicies: Serverless deployment
Best Practice Description
Design your functions for statelessness Serverless f
@EliFuzz
EliFuzz / Common Problems and Solutions: Serverless deployment.md
Created July 19, 2023 07:53
Common Problems and Solutions: Serverless deployment

| Problem | Explanation | Solution | | ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

@EliFuzz
EliFuzz / Best Practicies: Blue-green deployment.md
Created July 19, 2023 08:05
Best Practicies: Blue-green deployment
Best Practice Description
@EliFuzz
EliFuzz / Common Problems and Solutions: Blue-green deployment.md
Created July 19, 2023 08:14
Common Problems and Solutions: Blue-green deployment
Problem Explanation Solution
@EliFuzz
EliFuzz / Best Practicies: Canary deployment.md
Created July 19, 2023 08:26
Best Practicies: Canary deployment
Best Practice Description
Define clear goals and metrics for your canary deployment Have a clear idea of what
@EliFuzz
EliFuzz / Common Problems and Solutions: Canary deployment.md
Created July 19, 2023 08:45
Common Problems and Solutions: Canary deployment

| Problem | Explanation | Solution

@EliFuzz
EliFuzz / Comparison of Continuous Integration (CI) Tools.md
Created July 20, 2023 17:44
Comparison of Continuous Integration (CI) Tools

| Feature | Jenkins | GitHub | GitLab | Bitbucket | Circle CI | TeamCity | AWS CodeCommit | Cloud Source Repositories

@EliFuzz
EliFuzz / Comparison Table: Bare Metal vs Virtual Machine vs Container.md
Created July 24, 2023 07:40
Comparison Table: Bare Metal vs Virtual Machine vs Container
Aspect Bare Metal Vitual Machine (VM) Container
Hardware Physical machines Virtualized hardware Shared hardware
Hardware access Full hardware access Limited hardware access Limited hardware access
Performance High and consistent Moderate and variable High and consistent
Resource utilization Low Moderate High
Resource Usage Dedicated resources Shared resources Shared resources
Isolation High (single tenant) High (separate OS) Moderate (shared OS kernel)
Portability