2017-90 - Random Tech Links
- 1 min
- Automating Kubernetes Cluster Operations with Operators
The goal is to give end-users a carefree Kubernetes-as-a-Service (KaaS) no matter the underlying infrastructure. Most importantly that means getting the full vanilla Kubernetes experience out-of-the-box. - A fully functional local AWS cloud stack. Develop and test your cloud apps offline!
LocalStack provides an easy-to-use test/mocking framework for developing Cloud applications. Currently, the focus is primarily on supporting the AWS cloud stack. LocalStack spins up the following core Cloud APIs on your local machine: API Gateway, Kinesis, DynamoDB, DynamoDB Streams, Elasticsearch, S3, Firehose, Lambda, SNS, SQS, Redshift - Automating Your Security Acceptance Tests
Automate security tests with the open source OWASP ZAP proxy. - Federation of Kubernetes Cluster
cluster federation — the pooling together of multiple clusters - 10 Lessons in Microservcies
Good read and reminder on things like Keep it small, Autonomy, Bounded Context, Monitoring and more.