Skip to content

LozanoMatheus/the_availability_challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Availability Challenges

Let's try to * in your environment? Here you can find some stuff from chaos engineering to performance engineering, from sysadmins to developers.

Most of then will come with examples, sources and books or videos. With time, I'll make some examples of each of them and publish on this repository and link than to their topic.

Let's contribute :D!


Index


Chaos Engineering

This section we will follow the Principles of Chaos Engineering. Basically, we will try to destroy and find ways to affect the availability in your environment.

Tools

Some tools that we can use/test.

Practices

This section is about theoretical stuff. Like best practices, some examples, feedback from other companies, roadmaps, etc.

Groups and channels


Injecting Failures

Tools

Here we will look to error handling and how your system behaves with it.

  • Istio - We can use Istio generate a lot of types of injection. Like networking delay, HTTP return, etc.
  • tc - With it, we can create a lot of things related with Network. Like package loss, delay (many ways and you can combine than)
  • Limiting Resources (CPU, Mem, etc) - Who our systems will behave if we can reduce the resources to less than they have or defined?

Practices


Tuning

Looking for a bottleneck in network, OS, Kernel, JVM, etc.

Practices

Networking


Hardening

TBD


Testing the Environment

Practices

Difference between Testing Types

What is the difference between {load,performance,stress} tests?

Performance Test

TBD

Load Test

TBD

Stress Test

TBD

About

A content collection related to availability - books, tools, practices, real-world scenarios (+stories), communities, and examples.

Topics

Resources

Stars

Watchers

Forks