SlideShare une entreprise Scribd logo
1  sur  32
When your configurationWhen your configuration
management is too slow tomanagement is too slow to
reconfigure your infrareconfigure your infra
Kris Buytaert
@krisbuytaert
KrisKris BuytaertBuytaert
● I used to be a Dev,I used to be a Dev,
● Then Became an OpThen Became an Op
● Chief Trolling Officer and Open SourceChief Trolling Officer and Open Source
Consultant @inuits.euConsultant @inuits.eu
● Everything is an effing DNS ProblemEverything is an effing DNS Problem
● Building Clouds since before the bookstoreBuilding Clouds since before the bookstore
● Organising too many confs , #devopsdays,Organising too many confs , #devopsdays,
#loadays, #cfgmgmtcamp ...#loadays, #cfgmgmtcamp ...
● Evangelizing devopsEvangelizing devops
#devops=~C(L)AMS#devops=~C(L)AMS
● CultureCulture
● (Lean)(Lean)
● AutomationAutomation
● Monitoring and MeasurementMonitoring and Measurement
● SharingSharing
Damon Edwards and John WillisDamon Edwards and John Willis
Gene KimGene Kim
Infrastructure as CodeInfrastructure as Code
Infrastructure as CodeInfrastructure as Code
● Treat configuration automation as codeTreat configuration automation as code
● Development best practicesDevelopment best practices
•
Model your infrastructureModel your infrastructure
•
Version your cookbooks / manifestsVersion your cookbooks / manifests
•
Test your cookbooks/ manifestsTest your cookbooks/ manifests
•
Dev/ test /uat / prod for your infraDev/ test /uat / prod for your infra
● Model your infrastructureModel your infrastructure
● A working service = automated ( Application Code + Infrastructure Code + Security +A working service = automated ( Application Code + Infrastructure Code + Security +
Monitoring )Monitoring )
● IAC -ne scriptingIAC -ne scripting
3 types of files3 types of files
● Part of a packagePart of a package
•
rpm -qfrpm -qf
● Managed by configuration management toolsManaged by configuration management tools
•
““### This file is managed by ..”### This file is managed by ..”
● ““User” generated dataUser” generated data
•
Actual user dataActual user data
•
Logs ..Logs ..
Idempodent InfrastructureIdempodent Infrastructure
● Configuration management ensures stateConfiguration management ensures state
● Periodically,Periodically,
● Repeatedly,Repeatedly,
● Manual changes are revertedManual changes are reverted
Puppet for CfgMgmtPuppet for CfgMgmt
● Puppet is opensource,Puppet is opensource,
● Puppet makes your infra idempodent,Puppet makes your infra idempodent,
● Puppet scales,Puppet scales,
● Puppet runs every X minutes, orPuppet runs every X minutes, or
● Puppet is triggered on demandPuppet is triggered on demand
● A puppetrun takes between 3s and 10minA puppetrun takes between 3s and 10min
Typical ArchTypical Arch
● Puppet masterPuppet master
● Puppet agentsPuppet agents
● PuppetdbPuppetdb
Stored Configs andStored Configs and
Exported resourcesExported resources
Sometimes,Sometimes,
● That's not fast enough.That's not fast enough.
•
Think adding new nodes to a loadbalancedThink adding new nodes to a loadbalanced
setupsetup
•
Removing nodes from a load balanced setupRemoving nodes from a load balanced setup
•
Exported Resource + Collected resourceExported Resource + Collected resource
roundtrip is to slowroundtrip is to slow
Sometimes,Sometimes,
● That's not enough.That's not enough.
•
Containrz spinning up faster than nodesContainrz spinning up faster than nodes
•
AWS, when you don't want AWS LockInAWS, when you don't want AWS LockIn
CattleCattle
““In a not so distant future”In a not so distant future”
● People will build small minimal functionPeople will build small minimal function
applications that constantly talk to eachotherapplications that constantly talk to eachother
● They will want to know where the otherThey will want to know where the other
applications liveapplications live
● They will want to register their applications andThey will want to register their applications and
broadcast that to their peersbroadcast that to their peers
So you want service registration of your healthySo you want service registration of your healthy
(containerized) applications ?(containerized) applications ?
Consul.ioConsul.io
Consul.ioConsul.io
●
““Service discovery”Service discovery”
●
Failure detectionFailure detection
●
Using Gossip build on top of SerfUsing Gossip build on top of Serf
●
Random node 2 node communicationRandom node 2 node communication
●
A HashiCorp projectA HashiCorp project
Setting upSetting up
List membersList members
Defining a ServiceDefining a Service
Query ServicesQuery Services
YamaYama
● Yet another Mcollective AlternativeYet another Mcollective Alternative
git@github.com:solarkennedy/puppet-consul.gitgit@github.com:solarkennedy/puppet-consul.git
Puppet-consulPuppet-consul
Consul_templateConsul_template
● Dynamically refils your templates based onDynamically refils your templates based on
changes in consulchanges in consul
● Performs actions you definePerforms actions you define
● Go Template formatGo Template format
Puppet-consul_templatePuppet-consul_template
● git@github.com:KrisBuytaert/puppet-git@github.com:KrisBuytaert/puppet-
consul_template.gitconsul_template.git
● Might be merged into the puppet-consulMight be merged into the puppet-consul
modulemodule
PuppetizePuppetize
Live demoLive demo
Live DemoLive Demo
● 3 nodes3 nodes
● 1x Nginx template rewritten by consul1x Nginx template rewritten by consul
● 2x apache2x apache
● Monitoring_plugins based checkMonitoring_plugins based check
● Vagrantproject :Vagrantproject :
Other use casesOther use cases
● Monitoring + AlertingMonitoring + Alerting
● Service registrationService registration
Other approachesOther approaches
● HaProxy ?HaProxy ?
● LinuxHA / Corosync / .... ?LinuxHA / Corosync / .... ?
● ZookeeperZookeeper
● EtcdEtcd
●
Remember idempotenceRemember idempotence
● Consul seemed instableConsul seemed instable
● Puppet using old ruby json libPuppet using old ruby json lib
● Writing of json config was not idempodentWriting of json config was not idempodent
●
● Reconfiguring consul every single timeReconfiguring consul every single time
● Fixed now.Fixed now.
ContactContact
Kris BuytaertKris Buytaert Kris.Buytaert@inuits.beKris.Buytaert@inuits.be
Further ReadingFurther Reading
@krisbuytaert@krisbuytaert
http://www.krisbuytaert.be/blog/http://www.krisbuytaert.be/blog/
http://www.inuits.be/http://www.inuits.be/
InuitsInuits
Duboistraat 50Duboistraat 50
2060 Antwerpen2060 Antwerpen
BelgiumBelgium
891.514.231891.514.231
+32 475 961221+32 475 961221

Contenu connexe

Similaire à When traditional configuration management is to slow for your needs

Monitoring in an Infrastructure as Code Age
Monitoring in an Infrastructure as Code AgeMonitoring in an Infrastructure as Code Age
Monitoring in an Infrastructure as Code Age
Puppet
 

Similaire à When traditional configuration management is to slow for your needs (20)

Pipeline as code for your infrastructure as Code
Pipeline as code for your infrastructure as CodePipeline as code for your infrastructure as Code
Pipeline as code for your infrastructure as Code
 
Run stuff, Deploy Stuff, Jax London 2017 Edition
Run stuff, Deploy Stuff, Jax London 2017 EditionRun stuff, Deploy Stuff, Jax London 2017 Edition
Run stuff, Deploy Stuff, Jax London 2017 Edition
 
Continous Delivery of your Infrastructure
Continous Delivery of your InfrastructureContinous Delivery of your Infrastructure
Continous Delivery of your Infrastructure
 
OSDC 2016 - Another 7 Tools for your #devops Stack by Kris Buytaert
OSDC 2016 - Another 7 Tools for your #devops Stack by Kris BuytaertOSDC 2016 - Another 7 Tools for your #devops Stack by Kris Buytaert
OSDC 2016 - Another 7 Tools for your #devops Stack by Kris Buytaert
 
Open Source Monitoring in 2019
Open Source Monitoring in 2019 Open Source Monitoring in 2019
Open Source Monitoring in 2019
 
The Return of the Dull Stack Engineer
The Return of the Dull Stack EngineerThe Return of the Dull Stack Engineer
The Return of the Dull Stack Engineer
 
Pipeline as Code
Pipeline as CodePipeline as Code
Pipeline as Code
 
Run stuff, Deploy Stuff
Run stuff, Deploy StuffRun stuff, Deploy Stuff
Run stuff, Deploy Stuff
 
Monitoring in an Infrastructure as Code Age
Monitoring in an Infrastructure as Code AgeMonitoring in an Infrastructure as Code Age
Monitoring in an Infrastructure as Code Age
 
Closing the gap between Distros(devs) and their Users(ops)
Closing the gap between Distros(devs) and their Users(ops)Closing the gap between Distros(devs) and their Users(ops)
Closing the gap between Distros(devs) and their Users(ops)
 
Continuous Delivery of (y)our infrastructure.
Continuous Delivery of (y)our infrastructure.Continuous Delivery of (y)our infrastructure.
Continuous Delivery of (y)our infrastructure.
 
Continuous Infrastructure First
Continuous Infrastructure FirstContinuous Infrastructure First
Continuous Infrastructure First
 
Repositories as Code
Repositories as CodeRepositories as Code
Repositories as Code
 
Open Source Monitoring in 2015
Open Source Monitoring in 2015Open Source Monitoring in 2015
Open Source Monitoring in 2015
 
Monitoring Drupal In an Infrastructure as Code Age
Monitoring Drupal In an Infrastructure as Code AgeMonitoring Drupal In an Infrastructure as Code Age
Monitoring Drupal In an Infrastructure as Code Age
 
Groovy there's a docker in my application pipeline
Groovy there's a docker in my application pipelineGroovy there's a docker in my application pipeline
Groovy there's a docker in my application pipeline
 
OSMC 2017 | Groovy There is a Docker in my Dashing Pipeline by Kris Buytaert
OSMC 2017 | Groovy There is a Docker in my Dashing Pipeline by Kris Buytaert OSMC 2017 | Groovy There is a Docker in my Dashing Pipeline by Kris Buytaert
OSMC 2017 | Groovy There is a Docker in my Dashing Pipeline by Kris Buytaert
 
From devoops to devops
From devoops to devopsFrom devoops to devops
From devoops to devops
 
Monitoring in an Infrastructure as Code Age
Monitoring in an Infrastructure as Code AgeMonitoring in an Infrastructure as Code Age
Monitoring in an Infrastructure as Code Age
 
Deploying your SaaS stack OnPrem
Deploying your SaaS stack OnPremDeploying your SaaS stack OnPrem
Deploying your SaaS stack OnPrem
 

Plus de Kris Buytaert

Plus de Kris Buytaert (20)

Years of (not) learning , from devops to devoops
Years of (not) learning , from devops to devoopsYears of (not) learning , from devops to devoops
Years of (not) learning , from devops to devoops
 
Observability will not fix your Broken Monitoring ,Ignite
Observability will not fix your Broken Monitoring ,IgniteObservability will not fix your Broken Monitoring ,Ignite
Observability will not fix your Broken Monitoring ,Ignite
 
Infrastructure as Code Patterns
Infrastructure as Code PatternsInfrastructure as Code Patterns
Infrastructure as Code Patterns
 
From devoops to devops 13 years of (not) learning
From devoops to devops 13 years of (not) learningFrom devoops to devops 13 years of (not) learning
From devoops to devops 13 years of (not) learning
 
Pipeline all the Dashboards as Code
Pipeline all the Dashboards as CodePipeline all the Dashboards as Code
Pipeline all the Dashboards as Code
 
Help , My Datacenter is on fire
Help , My Datacenter is on fireHelp , My Datacenter is on fire
Help , My Datacenter is on fire
 
GitOps , done Right
GitOps , done RightGitOps , done Right
GitOps , done Right
 
Devops is Dead, Long live Devops
Devops is Dead, Long live DevopsDevops is Dead, Long live Devops
Devops is Dead, Long live Devops
 
10 years of #devopsdays, but what have we really learned ?
10 years of #devopsdays, but what have we really learned ? 10 years of #devopsdays, but what have we really learned ?
10 years of #devopsdays, but what have we really learned ?
 
Continuous Infrastructure First
Continuous Infrastructure FirstContinuous Infrastructure First
Continuous Infrastructure First
 
Is there a Future for devops ?
Is there a Future for devops   ? Is there a Future for devops   ?
Is there a Future for devops ?
 
10 Years of #devopsdays weirdness
10 Years of #devopsdays weirdness10 Years of #devopsdays weirdness
10 Years of #devopsdays weirdness
 
ADDO 2019: Looking back at over 10 years of Devops
ADDO 2019:    Looking back at over 10 years of DevopsADDO 2019:    Looking back at over 10 years of Devops
ADDO 2019: Looking back at over 10 years of Devops
 
Can we fix dev-oops ?
Can we fix dev-oops ?Can we fix dev-oops ?
Can we fix dev-oops ?
 
Continuous Infrastructure First Ignite Edition
Continuous Infrastructure First  Ignite EditionContinuous Infrastructure First  Ignite Edition
Continuous Infrastructure First Ignite Edition
 
Migrating to Puppet 5
Migrating to Puppet 5Migrating to Puppet 5
Migrating to Puppet 5
 
Devops is a Security Requirement
Devops is a Security RequirementDevops is a Security Requirement
Devops is a Security Requirement
 
Is there a future for devops ?
Is there a future for devops ?Is there a future for devops ?
Is there a future for devops ?
 
Looking back at 5 years of #cfgmgmtcamp
Looking back at 5 years of #cfgmgmtcampLooking back at 5 years of #cfgmgmtcamp
Looking back at 5 years of #cfgmgmtcamp
 
Moby is killing your devops efforts
Moby is killing your devops effortsMoby is killing your devops efforts
Moby is killing your devops efforts
 

Dernier

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 

Dernier (20)

Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 

When traditional configuration management is to slow for your needs

  • 1. When your configurationWhen your configuration management is too slow tomanagement is too slow to reconfigure your infrareconfigure your infra Kris Buytaert @krisbuytaert
  • 2. KrisKris BuytaertBuytaert ● I used to be a Dev,I used to be a Dev, ● Then Became an OpThen Became an Op ● Chief Trolling Officer and Open SourceChief Trolling Officer and Open Source Consultant @inuits.euConsultant @inuits.eu ● Everything is an effing DNS ProblemEverything is an effing DNS Problem ● Building Clouds since before the bookstoreBuilding Clouds since before the bookstore ● Organising too many confs , #devopsdays,Organising too many confs , #devopsdays, #loadays, #cfgmgmtcamp ...#loadays, #cfgmgmtcamp ... ● Evangelizing devopsEvangelizing devops
  • 3. #devops=~C(L)AMS#devops=~C(L)AMS ● CultureCulture ● (Lean)(Lean) ● AutomationAutomation ● Monitoring and MeasurementMonitoring and Measurement ● SharingSharing Damon Edwards and John WillisDamon Edwards and John Willis Gene KimGene Kim
  • 5. Infrastructure as CodeInfrastructure as Code ● Treat configuration automation as codeTreat configuration automation as code ● Development best practicesDevelopment best practices • Model your infrastructureModel your infrastructure • Version your cookbooks / manifestsVersion your cookbooks / manifests • Test your cookbooks/ manifestsTest your cookbooks/ manifests • Dev/ test /uat / prod for your infraDev/ test /uat / prod for your infra ● Model your infrastructureModel your infrastructure ● A working service = automated ( Application Code + Infrastructure Code + Security +A working service = automated ( Application Code + Infrastructure Code + Security + Monitoring )Monitoring ) ● IAC -ne scriptingIAC -ne scripting
  • 6. 3 types of files3 types of files ● Part of a packagePart of a package • rpm -qfrpm -qf ● Managed by configuration management toolsManaged by configuration management tools • ““### This file is managed by ..”### This file is managed by ..” ● ““User” generated dataUser” generated data • Actual user dataActual user data • Logs ..Logs ..
  • 7. Idempodent InfrastructureIdempodent Infrastructure ● Configuration management ensures stateConfiguration management ensures state ● Periodically,Periodically, ● Repeatedly,Repeatedly, ● Manual changes are revertedManual changes are reverted
  • 8. Puppet for CfgMgmtPuppet for CfgMgmt ● Puppet is opensource,Puppet is opensource, ● Puppet makes your infra idempodent,Puppet makes your infra idempodent, ● Puppet scales,Puppet scales, ● Puppet runs every X minutes, orPuppet runs every X minutes, or ● Puppet is triggered on demandPuppet is triggered on demand ● A puppetrun takes between 3s and 10minA puppetrun takes between 3s and 10min
  • 9. Typical ArchTypical Arch ● Puppet masterPuppet master ● Puppet agentsPuppet agents ● PuppetdbPuppetdb
  • 10. Stored Configs andStored Configs and Exported resourcesExported resources
  • 11. Sometimes,Sometimes, ● That's not fast enough.That's not fast enough. • Think adding new nodes to a loadbalancedThink adding new nodes to a loadbalanced setupsetup • Removing nodes from a load balanced setupRemoving nodes from a load balanced setup • Exported Resource + Collected resourceExported Resource + Collected resource roundtrip is to slowroundtrip is to slow
  • 12. Sometimes,Sometimes, ● That's not enough.That's not enough. • Containrz spinning up faster than nodesContainrz spinning up faster than nodes • AWS, when you don't want AWS LockInAWS, when you don't want AWS LockIn
  • 14. ““In a not so distant future”In a not so distant future” ● People will build small minimal functionPeople will build small minimal function applications that constantly talk to eachotherapplications that constantly talk to eachother ● They will want to know where the otherThey will want to know where the other applications liveapplications live ● They will want to register their applications andThey will want to register their applications and broadcast that to their peersbroadcast that to their peers
  • 15. So you want service registration of your healthySo you want service registration of your healthy (containerized) applications ?(containerized) applications ?
  • 17. Consul.ioConsul.io ● ““Service discovery”Service discovery” ● Failure detectionFailure detection ● Using Gossip build on top of SerfUsing Gossip build on top of Serf ● Random node 2 node communicationRandom node 2 node communication ● A HashiCorp projectA HashiCorp project
  • 22. YamaYama ● Yet another Mcollective AlternativeYet another Mcollective Alternative
  • 24. Consul_templateConsul_template ● Dynamically refils your templates based onDynamically refils your templates based on changes in consulchanges in consul ● Performs actions you definePerforms actions you define ● Go Template formatGo Template format
  • 28. Live DemoLive Demo ● 3 nodes3 nodes ● 1x Nginx template rewritten by consul1x Nginx template rewritten by consul ● 2x apache2x apache ● Monitoring_plugins based checkMonitoring_plugins based check ● Vagrantproject :Vagrantproject :
  • 29. Other use casesOther use cases ● Monitoring + AlertingMonitoring + Alerting ● Service registrationService registration
  • 30. Other approachesOther approaches ● HaProxy ?HaProxy ? ● LinuxHA / Corosync / .... ?LinuxHA / Corosync / .... ? ● ZookeeperZookeeper ● EtcdEtcd ●
  • 31. Remember idempotenceRemember idempotence ● Consul seemed instableConsul seemed instable ● Puppet using old ruby json libPuppet using old ruby json lib ● Writing of json config was not idempodentWriting of json config was not idempodent ● ● Reconfiguring consul every single timeReconfiguring consul every single time ● Fixed now.Fixed now.
  • 32. ContactContact Kris BuytaertKris Buytaert Kris.Buytaert@inuits.beKris.Buytaert@inuits.be Further ReadingFurther Reading @krisbuytaert@krisbuytaert http://www.krisbuytaert.be/blog/http://www.krisbuytaert.be/blog/ http://www.inuits.be/http://www.inuits.be/ InuitsInuits Duboistraat 50Duboistraat 50 2060 Antwerpen2060 Antwerpen BelgiumBelgium 891.514.231891.514.231 +32 475 961221+32 475 961221