Rootconf 2019
Rootconf For members

Rootconf 2019

On infrastructure security, DevOps and distributed systems.

Tickets

Loading…

##About Rootconf 2019:
The seventh edition of Rootconf is a two-track conference with:

  1. Security talks and tutorials in audi 1 and 2 on 21 June.
  2. Talks on DevOps, distributed systems and SRE in audi 1 and audi 2 on 22 June.

##Topics and schedule:
View full schedule here: https://hasgeek.com/rootconf/2019/schedule

Rootconf 2019 includes talks and Birds of Feather (BOF) sessions on:

  1. OSINT and its applications
  2. Key management, encryption and its costs
  3. Running a bug bounty programme in your organization
  4. PolarDB architecture as Cloud Native Architecture, developed by Alibaba Cloud
  5. Vitess
  6. SRE and running distributed teams
  7. Routing security
  8. Log analytics
  9. Enabling SRE via automated feedback loops
  10. TOR for DevOps

##Who should attend Rootconf?

  1. DevOps programmers
  2. DevOps leads
  3. Systems engineers
  4. Infrastructure security professionals and experts
  5. DevSecOps teams
  6. Cloud service providers
  7. Companies with heavy cloud usage
  8. Providers of the pieces on which an organization’s IT infrastructure runs -- monitoring, log management, alerting, etc
  9. Organizations dealing with large network systems where data must be protected
  10. VPs of engineering
  11. Engineering managers looking to optimize infrastructure and teams

For information about Rootconf and bulk ticket purchases, contact info@hasgeek.com or call 7676332020. Only community sponsorships available.

##Rootconf 2019 sponsors:

#Platinum Sponsor

CRED

#Gold Sponsors

Atlassian Endurance Trusting Social

#Silver Sponsors

Digital Ocean GO-JEK Paytm

#Bronze Sponsors

MySQL sumo logic upcloud
platform sh nilenso CloudSEK

#Exhibition Sponsor

FreeBSD Foundation

#Community Sponsors

Ansible PlanetScale

Hosted by

Rootconf is a community-funded platform for activities and discussions on the following topics: Site Reliability Engineering (SRE). Infrastructure costs, including Cloud Costs - and optimization. Security - including Cloud Security. more

Lakshminarasimhan Sudarshan

@lsudarsh

Patterns for solving distributed systems problems in our applications

Submitted Feb 17, 2019

Modern applications increasingly tend to be full on distributed systems and consequently suffer from all the challenges of working with distributed systems. This talk is based on practical project experiences and talks about some of these challenges and patterns for addressing them. It is based on experiences in real world projects and uses a simplified representation of one of these projects to express the core ideas. These patterns are heavily inspired by the world of nosql databases.

Outline

Rough outline:
Challenges:

  • Context setting
    Introduces a sample problem exhibiting distributed system characteristics which will be used in the rest of the talk
  • Consistency
    Explores typical consistency challenges by using the sample problem.Introduces a few different patterns for addressing them.
    - Reasoning about system tradeoffs using CAP and PACELC
    - Pattern for detecting inconsistencies
    - Pattern for applying tunable consistency during writes
    - Pattern for applying tunable consistency during reads
  • Recovery
    Explores patterns for how applications can recover when facing consistency issues. Once again uses the sample problem to explore patterns
    - Using hinted handoffs and healing during application writes
    - Read repair and healing during reads
    - Background full node repairs
  • Immutability
    Explores patterns for how applications can achieve immutability in a scalable fashion.
    - Event sourcing or new entries for versions
    - Background compactions
  • Time and clocks
    Explores typical problems distributed systems face due to clock skew and time dependence. Explores patterns we can use to address these problems using the sample application
    - Use logical time
    - Use time synchronization patterns and monitoring to surface time skew
    - Model time skew deltas in domain
  • Testing
    Explores typical approaches to testing distributed systems issues.
    - Tools like Jepsen
    - TLA+ specifications

Speaker bio

https://www.thoughtworks.com/profiles/lakshminarasimhan-sudarshan

Comments

{{ gettext('Login to leave a comment') }}

{{ gettext('Post a comment…') }}
{{ gettext('New comment') }}
{{ formTitle }}

{{ errorMsg }}

{{ gettext('No comments posted yet') }}

Hosted by

Rootconf is a community-funded platform for activities and discussions on the following topics: Site Reliability Engineering (SRE). Infrastructure costs, including Cloud Costs - and optimization. Security - including Cloud Security. more