SlideShare a Scribd company logo
1 of 47
Download to read offline
Open Source:
Open Choice
A DevOps Guide for OSS Adoption
LinkedIn: Hila Fish twitter: @Hilafish1
Hila Fish
Senior DevOps / Infrastructure Engineer / SRE @ Wix.com
Open Source: Open Choice
Senior DevOps Engineer / SRE @ Wix.com
15 years experience in tech
AWS Community Builder, Hashicorp Ambassador
DevOpsDays TLV core organizer
Mentor @ courses, communities
DevOps culture fan
Lead singer in a cover band
🎤
Hi! I’m Hila Fish
Open Source Software
(OSS) is...
Publicly available
Can be modified at will
Open Source: Open Choice
Late 90’s
Photo by Red Dot on Unsplash
Open Source: Open Choice
Photo by Anne Nygård on Unsplash
Today
Open Source: Open Choice
What’s So Good
about Open Source?
I ❤ OSS
Open Source: Open Choice
Today
A rich developer community
1. Based on knowledge
2. Relies on
communication
& collaboration
Open Source: Open Choice
“Open-source is an enabler of
innovation, giving
organizations access to a
global pool of talent and the
tools to develop secure,
reliable and scalable software
– fast.”
Maneesh Sharma,
General Manager of GitHub India
Open Source: Open Choice
“The organizations that are
most effectively speeding up
business transformation are
those who have turned to
open-source software
development to succeed in a
fast-changing, digital world.”
Open Source: Open Choice
Maneesh Sharma,
General Manager of GitHub India
Open Source Contributions Index
Aug 2023:
Open Source
Boosts Your:
1. Code Quality &
Security
Open Source: Open Choice
Photo by yuvi's picworld from Pexels
Open Source
Boosts Your:
1. Code Quality & Security
2. Adaptivity
Open Source: Open Choice
Photo by Joel Filipe on Unsplash
Open Source
Boosts Your:
1. Code Quality & Security
2. Adaptivity
3. Agility
Interesting read by Ben Balter about Open-
Source adoption
Open Source: Open Choice
The DevOps
Perspective
I ❤ OSS
Open Source: Open Choice
Open Source
library
Will it get
integrated in
my code
properly?
Open Source: Open Choice
Developers
Functionality
What efforts
are needed to
do so?
refactoring?
Open Source
library / project
Will it get
integrated in
my code
properly?
Maintenance
...?
How well will it get
integrated into the
environment?
Security
...?
Open Source: Open Choice
DevOps
Environment
Developers
Functionality
What efforts
are needed to
do so?
refactoring?
When it comes to Challenges,
collaboration leads to better conclusions and
solutions.
Developers
DevOps
Open Source: Open Choice
Treat OSS as Tools
and ask: do you want
to introduce it to
your system?
Automate
this ...
Help me
deliver
code...
Introduce a
capability ...
Open Source: Open Choice
Developers
DevOps
Upgrades
Complexity
Research
Variety
Tradeoffs
Focus -
Environment stability
Photo by Johannes Plenio from Pexels
Open Source: Open Choice
Keep Tabs,
Be Informed
Wasn’t right
then ...
When it
deprecates
...
Open Source: Open Choice
When Should We Consider
Adopting Open Source?
I ❤ OSS
Open Source: Open Choice
Uncommon
Use Case
Open Source: Open Choice
Image by brgfx @ Freepik
Solve Your
Developer
Needs
Open Source: Open Choice
Image by Judy Tsuei @ Clockwise
Limited
Budget
Photo by Emil Kalibradov on Unsplash
Open Source: Open Choice
Insufficient In-
House
Resources
ability / capacity
Open Source: Open Choice
Disadvantages:
Adopting Open Source
1. Security by obscurity – Not Applied
Open Source: Open Choice
Disadvantages:
Adopting Open Source
1. Security by obscurity – Not Applied
2. Prone to abuse
Open Source: Open Choice
Disadvantages:
Adopting Open Source
1. Security by obscurity – Not Applied
2. Prone to abuse
3. Compliance
Open Source: Open Choice
Disadvantages:
Adopting Open Source
1. Security by obscurity – Not Applied
2. Prone to abuse
3. Compliance
4. Not always entirely free
Open Source: Open Choice
Disadvantages:
Adopting Open Source
1. Security by obscurity – Not Applied
2. Prone to abuse
3. Compliance
4. Not always entirely free
5. Discontinued projects
Open Source: Open Choice
Disadvantages:
Adopting Open Source
1. Security by obscurity – Not Applied
2. Prone to abuse
3. Compliance
4. Not always entirely free
5. Discontinued projects
6. Support Not guaranteed. ”Assume good faith”
Open Source: Open Choice
Disadvantages:
Adopting Open Source
1. Security by obscurity – Not Applied
2. Prone to abuse
3. Compliance
4. Not always entirely free
5. Discontinued projects
6. Support Not guaranteed. ”Assume good faith”
7. * SaaS Alternatives
Open Source: Open Choice
Conclusions:
Adopting Open Source
1. There’s no right or wrong, it’s a matter of perspective.
2. There are multiple factors to consider.
Choose what’s best for your needs.
I ❤ OSS
Open Source: Open Choice
How Do We Choose
an Open-Source
Project?
I ❤ OSS
Open Source: Open Choice
1. Is it Popular?
2. Is it Active?
3. Is it Secured?
4. Is it Ready?
5. Is it Documented?
6. Does it have an
Ecosystem?
7. Is it Easy to Use?
8. Roadmap?
Choose an Open-Source
project that’s right for
YOU.
Open Source: Open Choice
1. Is it Popular?
2. Is it Active?
3. Is it Secured?
4. Is it Ready?
5. Is it Documented?
6. Does it have an
Ecosystem?
7. Is it Easy to Use?
8. Roadmap?
❏ GitHub Stars
❏ Part of CNCF / Incubator?
❏ Google it alone, check for
online presence
❏ Google it vs similar products,
check for reviews
Open Source: Open Choice
❏ Commits rate - daily/weekly/monthly?
❏ Number of issues
❏ Number of releases
❏ Is it maintained by one developer or more/sponsors?
1. Is it Popular?
2. Is it Active?
3. Is it Secured?
4. Is it Ready?
5. Is it Documented?
6. Does it have an
Ecosystem?
7. Is it Easy to Use?
8. Roadmap?
Open Source: Open Choice
1. Is it Popular?
2. Is it Active?
3. Is it Secured?
4. Is it Ready?
5. Is it Documented?
6. Does it have an
Ecosystem?
7. Is it Easy to Use?
8. Roadmap?
❏ Known vulnerabilities?
❏ Supply chain considerations
Open Source: Open Choice
Tools for checking security risk open
source dependencies
1. Is it Popular?
2. Is it Active?
3. Is it Secured?
4. Is it Ready?
5. Is it Documented?
6. Does it have an
Ecosystem?
7. Is it Easy to Use?
8. Roadmap?
❏ Is the project declared as
production ready?
❏ Are the current features
enough to sustain usage?
❏ Is my use case covered fully in
the current state, and if not –
am I ok with it?
Open Source: Open Choice
1. Is it Popular?
2. Is it Active?
3. Is it Secured?
4. Is it Ready?
5. Is it Documented?
6. Does it have an
Ecosystem?
7. Is it Easy to Use?
8. Roadmap?
❏ Is the documentation clear?
❏ Does it cover most aspects?
how to integrate
known issues
explanations about features
Open Source: Open Choice
1. Is it Popular?
2. Is it Active?
3. Is it Secured?
4. Is it Ready?
5. Is it Documented?
6. Does it have an
Ecosystem?
7. Is it Easy to Use?
8. Roadmap?
❏ Are users engaged on GitHub?
❏ Does it have a dedicated
community channel?
(Slack/Telegram/Discord/Other)
Open Source: Open Choice
1. Is it Popular?
2. Is it Active?
3. Is it Secured?
4. Is it Ready?
5. Is it Documented?
6. Does it have an
Ecosystem?
7. Is it Easy to Use?
8. Roadmap?
❏ POC satisfaction
Ratio - amount of time to implement <>
integration is done)
❏ Issues on GitHub are about
features or “how do I do x?”
Open Source: Open Choice
1. Is it Popular?
2. Is it Active?
3. Is it Secured?
4. Is it Ready?
5. Is it Documented?
6. Does it have an
Ecosystem?
7. Is it Easy to Use?
8. Roadmap?
❏ Is the project defined as an
open-source, or is it planned
to go towards monetization?
❏ Features planning
Open Source: Open Choice
How To Choose an OSS Project
1. Ask the general questions – cover the basics
I ❤ OSS
➔ Is the project in a ready-enough state?
Basic metrics
Open Source: Open Choice
How To Choose an OSS Project
1. Ask the general questions – cover the basics
2. Ask the tailored-specific questions – cover your use case and pain points
I ❤ OSS
➔ Is the project in a ready-enough state?
Basic metrics
➔ Heavy use case?
Focus on Documentation + Ecosystem metrics
➔ No capacity for maintenance?
Focus on Readiness & Ease of Use metrics
Specifically, to meet your use case/pain points
Open Source: Open Choice
I ❤ OSS
How To Choose an OSS Project
3. POC
4. Rely on your research –
Ecosystem to the rescue
Engage in GitHub - raise issues/
contribute for its (and your) success
Open Source: Open Choice
I ❤ OSS
How To Contribute Without Writing
Code
1. Open Issues - bug Fixes / Feature requests
2. Modify documentation
3. Share your use case – write blog posts (i.e. Script-Server)
4. Share tools you’ve found with colleagues and techy friends
5. Company/individuals sponsorship
6. Hold an open-source mindset
7. Spread the word on Open-Source at conferences 😃
Open Source: Open Choice
Thank
You!
Hila Fish
Senior DevOps / Infrastructure Engineer / SRE @ Wix.com
hilafish1@gmail.com twitter: @Hilafish1

More Related Content

Similar to stackconf 2023 | Open-Source: Open Choice – A DevOps Guide for OSS Adoption by Hila Fish

Open Source Building Career and Competency
Open Source Building Career and CompetencyOpen Source Building Career and Competency
Open Source Building Career and CompetencyKrishna-Kumar
 
GoOpen 2010: Sandro D'Elia
GoOpen 2010: Sandro D'EliaGoOpen 2010: Sandro D'Elia
GoOpen 2010: Sandro D'EliaFriprogsenteret
 
Open Source: Freedom and Community
Open Source: Freedom and CommunityOpen Source: Freedom and Community
Open Source: Freedom and CommunityNicole C. Engard
 
Open Source: What is It?
Open Source: What is It?Open Source: What is It?
Open Source: What is It?DuraSpace
 
[Workshop] Building an Integration Agile Digital Enterprise with Open Source ...
[Workshop] Building an Integration Agile Digital Enterprise with Open Source ...[Workshop] Building an Integration Agile Digital Enterprise with Open Source ...
[Workshop] Building an Integration Agile Digital Enterprise with Open Source ...WSO2
 
Why do People Prefer Using Open Source Software?
Why do People Prefer Using Open Source Software?Why do People Prefer Using Open Source Software?
Why do People Prefer Using Open Source Software?david rom
 
WE16 - Navigating the Seas of Open Source Projects
WE16 - Navigating the Seas of Open Source ProjectsWE16 - Navigating the Seas of Open Source Projects
WE16 - Navigating the Seas of Open Source ProjectsSociety of Women Engineers
 
Software Security Assurance for DevOps
Software Security Assurance for DevOpsSoftware Security Assurance for DevOps
Software Security Assurance for DevOpsBlack Duck by Synopsys
 
Software Security Assurance for Devops
Software Security Assurance for DevopsSoftware Security Assurance for Devops
Software Security Assurance for DevopsJerika Phelps
 
The Technical Writers Guide to Contributing to Open Source Projects
The Technical Writers Guide to Contributing to Open Source ProjectsThe Technical Writers Guide to Contributing to Open Source Projects
The Technical Writers Guide to Contributing to Open Source ProjectsAll Things Open
 
Open source software
Open source softwareOpen source software
Open source softwarejaimeacurry
 
Open Source Software for Libraries
Open Source Software for LibrariesOpen Source Software for Libraries
Open Source Software for LibrariesAmber Billey
 
Introduction to Open Source and how to use it in Student Projects
Introduction to Open Source and how to use it in Student ProjectsIntroduction to Open Source and how to use it in Student Projects
Introduction to Open Source and how to use it in Student ProjectsLars Nielsen
 
Open agile is free and open source community agile-
Open agile  is free and open source community agile-Open agile  is free and open source community agile-
Open agile is free and open source community agile-Agile Tour Beirut
 
Open_Source_for_DT
Open_Source_for_DTOpen_Source_for_DT
Open_Source_for_DTwebuploader
 
Open Source For Dummies
Open Source For DummiesOpen Source For Dummies
Open Source For DummiesKinshuk Sunil
 
Open Source: What’s this all about?
Open Source: What’s this all about?Open Source: What’s this all about?
Open Source: What’s this all about?Brad Montgomery
 
Open source Software: pros and cons
Open source Software: pros and consOpen source Software: pros and cons
Open source Software: pros and consygpriya
 

Similar to stackconf 2023 | Open-Source: Open Choice – A DevOps Guide for OSS Adoption by Hila Fish (20)

Open Source Building Career and Competency
Open Source Building Career and CompetencyOpen Source Building Career and Competency
Open Source Building Career and Competency
 
GoOpen 2010: Sandro D'Elia
GoOpen 2010: Sandro D'EliaGoOpen 2010: Sandro D'Elia
GoOpen 2010: Sandro D'Elia
 
Open Source: Freedom and Community
Open Source: Freedom and CommunityOpen Source: Freedom and Community
Open Source: Freedom and Community
 
Open Source: What is It?
Open Source: What is It?Open Source: What is It?
Open Source: What is It?
 
gsoc
gsocgsoc
gsoc
 
[Workshop] Building an Integration Agile Digital Enterprise with Open Source ...
[Workshop] Building an Integration Agile Digital Enterprise with Open Source ...[Workshop] Building an Integration Agile Digital Enterprise with Open Source ...
[Workshop] Building an Integration Agile Digital Enterprise with Open Source ...
 
Why do People Prefer Using Open Source Software?
Why do People Prefer Using Open Source Software?Why do People Prefer Using Open Source Software?
Why do People Prefer Using Open Source Software?
 
WE16 - Navigating the Seas of Open Source Projects
WE16 - Navigating the Seas of Open Source ProjectsWE16 - Navigating the Seas of Open Source Projects
WE16 - Navigating the Seas of Open Source Projects
 
Software Security Assurance for DevOps
Software Security Assurance for DevOpsSoftware Security Assurance for DevOps
Software Security Assurance for DevOps
 
Software Security Assurance for Devops
Software Security Assurance for DevopsSoftware Security Assurance for Devops
Software Security Assurance for Devops
 
The Technical Writers Guide to Contributing to Open Source Projects
The Technical Writers Guide to Contributing to Open Source ProjectsThe Technical Writers Guide to Contributing to Open Source Projects
The Technical Writers Guide to Contributing to Open Source Projects
 
Open source software
Open source softwareOpen source software
Open source software
 
Open Source Software for Libraries
Open Source Software for LibrariesOpen Source Software for Libraries
Open Source Software for Libraries
 
Introduction to Open Source and how to use it in Student Projects
Introduction to Open Source and how to use it in Student ProjectsIntroduction to Open Source and how to use it in Student Projects
Introduction to Open Source and how to use it in Student Projects
 
Adopting Open Source Software for Longer-term Reuse
Adopting Open Source Software for Longer-term ReuseAdopting Open Source Software for Longer-term Reuse
Adopting Open Source Software for Longer-term Reuse
 
Open agile is free and open source community agile-
Open agile  is free and open source community agile-Open agile  is free and open source community agile-
Open agile is free and open source community agile-
 
Open_Source_for_DT
Open_Source_for_DTOpen_Source_for_DT
Open_Source_for_DT
 
Open Source For Dummies
Open Source For DummiesOpen Source For Dummies
Open Source For Dummies
 
Open Source: What’s this all about?
Open Source: What’s this all about?Open Source: What’s this all about?
Open Source: What’s this all about?
 
Open source Software: pros and cons
Open source Software: pros and consOpen source Software: pros and cons
Open source Software: pros and cons
 

Recently uploaded

LANDMARKS AND MONUMENTS IN NIGERIA.pptx
LANDMARKS  AND MONUMENTS IN NIGERIA.pptxLANDMARKS  AND MONUMENTS IN NIGERIA.pptx
LANDMARKS AND MONUMENTS IN NIGERIA.pptxBasil Achie
 
NATIONAL ANTHEMS OF AFRICA (National Anthems of Africa)
NATIONAL ANTHEMS OF AFRICA (National Anthems of Africa)NATIONAL ANTHEMS OF AFRICA (National Anthems of Africa)
NATIONAL ANTHEMS OF AFRICA (National Anthems of Africa)Basil Achie
 
SBFT Tool Competition 2024 -- Python Test Case Generation Track
SBFT Tool Competition 2024 -- Python Test Case Generation TrackSBFT Tool Competition 2024 -- Python Test Case Generation Track
SBFT Tool Competition 2024 -- Python Test Case Generation TrackSebastiano Panichella
 
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...NETWAYS
 
Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Genesis part 2 Isaiah Scudder 04-24-2024.pptx
Genesis part 2 Isaiah Scudder 04-24-2024.pptxGenesis part 2 Isaiah Scudder 04-24-2024.pptx
Genesis part 2 Isaiah Scudder 04-24-2024.pptxFamilyWorshipCenterD
 
Microsoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AIMicrosoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AITatiana Gurgel
 
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...Krijn Poppe
 
Philippine History cavite Mutiny Report.ppt
Philippine History cavite Mutiny Report.pptPhilippine History cavite Mutiny Report.ppt
Philippine History cavite Mutiny Report.pptssuser319dad
 
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdfOpen Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdfhenrik385807
 
OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...
OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...
OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...NETWAYS
 
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdf
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdfCTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdf
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdfhenrik385807
 
Russian Call Girls in Kolkata Vaishnavi 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Vaishnavi 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Vaishnavi 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Vaishnavi 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...NETWAYS
 
call girls in delhi malviya nagar @9811711561@
call girls in delhi malviya nagar @9811711561@call girls in delhi malviya nagar @9811711561@
call girls in delhi malviya nagar @9811711561@vikas rana
 
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...henrik385807
 
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...Salam Al-Karadaghi
 
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )Pooja Nehwal
 
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...NETWAYS
 
Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝soniya singh
 

Recently uploaded (20)

LANDMARKS AND MONUMENTS IN NIGERIA.pptx
LANDMARKS  AND MONUMENTS IN NIGERIA.pptxLANDMARKS  AND MONUMENTS IN NIGERIA.pptx
LANDMARKS AND MONUMENTS IN NIGERIA.pptx
 
NATIONAL ANTHEMS OF AFRICA (National Anthems of Africa)
NATIONAL ANTHEMS OF AFRICA (National Anthems of Africa)NATIONAL ANTHEMS OF AFRICA (National Anthems of Africa)
NATIONAL ANTHEMS OF AFRICA (National Anthems of Africa)
 
SBFT Tool Competition 2024 -- Python Test Case Generation Track
SBFT Tool Competition 2024 -- Python Test Case Generation TrackSBFT Tool Competition 2024 -- Python Test Case Generation Track
SBFT Tool Competition 2024 -- Python Test Case Generation Track
 
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...
 
Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝
 
Genesis part 2 Isaiah Scudder 04-24-2024.pptx
Genesis part 2 Isaiah Scudder 04-24-2024.pptxGenesis part 2 Isaiah Scudder 04-24-2024.pptx
Genesis part 2 Isaiah Scudder 04-24-2024.pptx
 
Microsoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AIMicrosoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AI
 
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...
 
Philippine History cavite Mutiny Report.ppt
Philippine History cavite Mutiny Report.pptPhilippine History cavite Mutiny Report.ppt
Philippine History cavite Mutiny Report.ppt
 
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdfOpen Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
 
OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...
OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...
OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...
 
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdf
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdfCTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdf
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdf
 
Russian Call Girls in Kolkata Vaishnavi 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Vaishnavi 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Vaishnavi 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Vaishnavi 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...
 
call girls in delhi malviya nagar @9811711561@
call girls in delhi malviya nagar @9811711561@call girls in delhi malviya nagar @9811711561@
call girls in delhi malviya nagar @9811711561@
 
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
 
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...
 
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
 
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...
 
Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝
 

stackconf 2023 | Open-Source: Open Choice – A DevOps Guide for OSS Adoption by Hila Fish

  • 1. Open Source: Open Choice A DevOps Guide for OSS Adoption LinkedIn: Hila Fish twitter: @Hilafish1 Hila Fish Senior DevOps / Infrastructure Engineer / SRE @ Wix.com
  • 2. Open Source: Open Choice Senior DevOps Engineer / SRE @ Wix.com 15 years experience in tech AWS Community Builder, Hashicorp Ambassador DevOpsDays TLV core organizer Mentor @ courses, communities DevOps culture fan Lead singer in a cover band 🎤 Hi! I’m Hila Fish
  • 3. Open Source Software (OSS) is... Publicly available Can be modified at will Open Source: Open Choice
  • 4. Late 90’s Photo by Red Dot on Unsplash Open Source: Open Choice
  • 5. Photo by Anne Nygård on Unsplash Today Open Source: Open Choice
  • 6. What’s So Good about Open Source? I ❤ OSS Open Source: Open Choice
  • 7. Today A rich developer community 1. Based on knowledge 2. Relies on communication & collaboration Open Source: Open Choice
  • 8. “Open-source is an enabler of innovation, giving organizations access to a global pool of talent and the tools to develop secure, reliable and scalable software – fast.” Maneesh Sharma, General Manager of GitHub India Open Source: Open Choice
  • 9. “The organizations that are most effectively speeding up business transformation are those who have turned to open-source software development to succeed in a fast-changing, digital world.” Open Source: Open Choice Maneesh Sharma, General Manager of GitHub India
  • 10. Open Source Contributions Index Aug 2023: Open Source Boosts Your: 1. Code Quality & Security Open Source: Open Choice
  • 11. Photo by yuvi's picworld from Pexels Open Source Boosts Your: 1. Code Quality & Security 2. Adaptivity Open Source: Open Choice
  • 12. Photo by Joel Filipe on Unsplash Open Source Boosts Your: 1. Code Quality & Security 2. Adaptivity 3. Agility Interesting read by Ben Balter about Open- Source adoption Open Source: Open Choice
  • 13. The DevOps Perspective I ❤ OSS Open Source: Open Choice
  • 14. Open Source library Will it get integrated in my code properly? Open Source: Open Choice Developers Functionality What efforts are needed to do so? refactoring?
  • 15. Open Source library / project Will it get integrated in my code properly? Maintenance ...? How well will it get integrated into the environment? Security ...? Open Source: Open Choice DevOps Environment Developers Functionality What efforts are needed to do so? refactoring?
  • 16. When it comes to Challenges, collaboration leads to better conclusions and solutions. Developers DevOps Open Source: Open Choice
  • 17. Treat OSS as Tools and ask: do you want to introduce it to your system? Automate this ... Help me deliver code... Introduce a capability ... Open Source: Open Choice Developers DevOps
  • 18. Upgrades Complexity Research Variety Tradeoffs Focus - Environment stability Photo by Johannes Plenio from Pexels Open Source: Open Choice
  • 19. Keep Tabs, Be Informed Wasn’t right then ... When it deprecates ... Open Source: Open Choice
  • 20. When Should We Consider Adopting Open Source? I ❤ OSS Open Source: Open Choice
  • 21. Uncommon Use Case Open Source: Open Choice Image by brgfx @ Freepik
  • 22. Solve Your Developer Needs Open Source: Open Choice Image by Judy Tsuei @ Clockwise
  • 23. Limited Budget Photo by Emil Kalibradov on Unsplash Open Source: Open Choice
  • 24. Insufficient In- House Resources ability / capacity Open Source: Open Choice
  • 25. Disadvantages: Adopting Open Source 1. Security by obscurity – Not Applied Open Source: Open Choice
  • 26. Disadvantages: Adopting Open Source 1. Security by obscurity – Not Applied 2. Prone to abuse Open Source: Open Choice
  • 27. Disadvantages: Adopting Open Source 1. Security by obscurity – Not Applied 2. Prone to abuse 3. Compliance Open Source: Open Choice
  • 28. Disadvantages: Adopting Open Source 1. Security by obscurity – Not Applied 2. Prone to abuse 3. Compliance 4. Not always entirely free Open Source: Open Choice
  • 29. Disadvantages: Adopting Open Source 1. Security by obscurity – Not Applied 2. Prone to abuse 3. Compliance 4. Not always entirely free 5. Discontinued projects Open Source: Open Choice
  • 30. Disadvantages: Adopting Open Source 1. Security by obscurity – Not Applied 2. Prone to abuse 3. Compliance 4. Not always entirely free 5. Discontinued projects 6. Support Not guaranteed. ”Assume good faith” Open Source: Open Choice
  • 31. Disadvantages: Adopting Open Source 1. Security by obscurity – Not Applied 2. Prone to abuse 3. Compliance 4. Not always entirely free 5. Discontinued projects 6. Support Not guaranteed. ”Assume good faith” 7. * SaaS Alternatives Open Source: Open Choice
  • 32. Conclusions: Adopting Open Source 1. There’s no right or wrong, it’s a matter of perspective. 2. There are multiple factors to consider. Choose what’s best for your needs. I ❤ OSS Open Source: Open Choice
  • 33. How Do We Choose an Open-Source Project? I ❤ OSS Open Source: Open Choice
  • 34. 1. Is it Popular? 2. Is it Active? 3. Is it Secured? 4. Is it Ready? 5. Is it Documented? 6. Does it have an Ecosystem? 7. Is it Easy to Use? 8. Roadmap? Choose an Open-Source project that’s right for YOU. Open Source: Open Choice
  • 35. 1. Is it Popular? 2. Is it Active? 3. Is it Secured? 4. Is it Ready? 5. Is it Documented? 6. Does it have an Ecosystem? 7. Is it Easy to Use? 8. Roadmap? ❏ GitHub Stars ❏ Part of CNCF / Incubator? ❏ Google it alone, check for online presence ❏ Google it vs similar products, check for reviews Open Source: Open Choice
  • 36. ❏ Commits rate - daily/weekly/monthly? ❏ Number of issues ❏ Number of releases ❏ Is it maintained by one developer or more/sponsors? 1. Is it Popular? 2. Is it Active? 3. Is it Secured? 4. Is it Ready? 5. Is it Documented? 6. Does it have an Ecosystem? 7. Is it Easy to Use? 8. Roadmap? Open Source: Open Choice
  • 37. 1. Is it Popular? 2. Is it Active? 3. Is it Secured? 4. Is it Ready? 5. Is it Documented? 6. Does it have an Ecosystem? 7. Is it Easy to Use? 8. Roadmap? ❏ Known vulnerabilities? ❏ Supply chain considerations Open Source: Open Choice Tools for checking security risk open source dependencies
  • 38. 1. Is it Popular? 2. Is it Active? 3. Is it Secured? 4. Is it Ready? 5. Is it Documented? 6. Does it have an Ecosystem? 7. Is it Easy to Use? 8. Roadmap? ❏ Is the project declared as production ready? ❏ Are the current features enough to sustain usage? ❏ Is my use case covered fully in the current state, and if not – am I ok with it? Open Source: Open Choice
  • 39. 1. Is it Popular? 2. Is it Active? 3. Is it Secured? 4. Is it Ready? 5. Is it Documented? 6. Does it have an Ecosystem? 7. Is it Easy to Use? 8. Roadmap? ❏ Is the documentation clear? ❏ Does it cover most aspects? how to integrate known issues explanations about features Open Source: Open Choice
  • 40. 1. Is it Popular? 2. Is it Active? 3. Is it Secured? 4. Is it Ready? 5. Is it Documented? 6. Does it have an Ecosystem? 7. Is it Easy to Use? 8. Roadmap? ❏ Are users engaged on GitHub? ❏ Does it have a dedicated community channel? (Slack/Telegram/Discord/Other) Open Source: Open Choice
  • 41. 1. Is it Popular? 2. Is it Active? 3. Is it Secured? 4. Is it Ready? 5. Is it Documented? 6. Does it have an Ecosystem? 7. Is it Easy to Use? 8. Roadmap? ❏ POC satisfaction Ratio - amount of time to implement <> integration is done) ❏ Issues on GitHub are about features or “how do I do x?” Open Source: Open Choice
  • 42. 1. Is it Popular? 2. Is it Active? 3. Is it Secured? 4. Is it Ready? 5. Is it Documented? 6. Does it have an Ecosystem? 7. Is it Easy to Use? 8. Roadmap? ❏ Is the project defined as an open-source, or is it planned to go towards monetization? ❏ Features planning Open Source: Open Choice
  • 43. How To Choose an OSS Project 1. Ask the general questions – cover the basics I ❤ OSS ➔ Is the project in a ready-enough state? Basic metrics Open Source: Open Choice
  • 44. How To Choose an OSS Project 1. Ask the general questions – cover the basics 2. Ask the tailored-specific questions – cover your use case and pain points I ❤ OSS ➔ Is the project in a ready-enough state? Basic metrics ➔ Heavy use case? Focus on Documentation + Ecosystem metrics ➔ No capacity for maintenance? Focus on Readiness & Ease of Use metrics Specifically, to meet your use case/pain points Open Source: Open Choice
  • 45. I ❤ OSS How To Choose an OSS Project 3. POC 4. Rely on your research – Ecosystem to the rescue Engage in GitHub - raise issues/ contribute for its (and your) success Open Source: Open Choice
  • 46. I ❤ OSS How To Contribute Without Writing Code 1. Open Issues - bug Fixes / Feature requests 2. Modify documentation 3. Share your use case – write blog posts (i.e. Script-Server) 4. Share tools you’ve found with colleagues and techy friends 5. Company/individuals sponsorship 6. Hold an open-source mindset 7. Spread the word on Open-Source at conferences 😃 Open Source: Open Choice
  • 47. Thank You! Hila Fish Senior DevOps / Infrastructure Engineer / SRE @ Wix.com hilafish1@gmail.com twitter: @Hilafish1