0%
南北&东西流量
发表于
本文字数:
457
阅读时长 ≈
1 分钟
Virsh Commands CheatSheet Intro
Kubernetes Volumes Intro
Kubernetes NodePort vs LoadBalancer vs Ingress Intro
RAID Intro
发表于
本文字数:
1.3k
阅读时长 ≈
1 分钟
websocket intro
发表于
本文字数:
678
阅读时长 ≈
1 分钟
The Websocket Protocol
Introduction
Background
- variety of problem
- The server is forced to use a number of different underlying TCP connections for each client: one for sending information to the client and a new one for each incoming message.
- The wire protocol has a high overhead, with each client-to-server message having an HTTP header.
- The client-side script is forced to maintain a mapping from the outgoing connections to the incoming connection to track replies.
- variety of problem
Protocol Overview
- The protocol has two parts: a handshake and the data transfer.
- The handshake from the client looks as follows
1
- The handshake from the client looks as follows
- The protocol has two parts: a handshake and the data transfer.
Patterns of Distributed Systems
发表于
本文字数:
2.8k
阅读时长 ≈
3 分钟
Patterns of Distributed Systems
- Distributed systems - An implementation perspective
Type of platform/framework Example Databases Cassandra, HBase, Riak Message Brokers Kafka, Pulsar Infrastructure Kubernetes, Mesos, Zookeeper, etcd, Consul In Memory Data/Compute Grids Hazelcast, Pivotal Gemfire Stateful Microservices Akka Actors, Axon File Systems HDFS, Ceph
Markdown Intro
发表于
本文字数:
0
阅读时长 ≈
1 分钟
School of SRE
发表于
本文字数:
433
阅读时长 ≈
1 分钟
SRE (Site Reliability Engineers)
- Level 101
- Fundamentals Series
- Linux Basics
- Git
- Linux Networking
- Python and Web
- Data
- Relational databasees(MySQL)
- NoSQL concepts
- Big Data
- Systems Design
- Metrics and Monitoring
- Security
- Fundamentals Series
- Level 102
- Linux Intermediate
- Linux Advanced
- Containers and orchestration
- System Calls and Signals
- Networking
- System Design
- System troubleshooting and performance improvements
- Continuous Integration and Continuous Delivery