SlideShare a Scribd company logo
DevSecOps in the Real
World: Best Practices
for CI/CD and
Microservices
Hendri Karisma
Hello!
my name is Hendri Karisma
● Technical Lead
● Working on platform system
● Before working for AI and DevEx
Micro-services
an architectural style that structures an application as a collection of
services
● Highly maintainable and testable
● Loosely coupled
● Independently deployable
● Organized around business capabilities
● Owned by a small team
Monolith vs Microservices?
Monolith Architecture Microservices Architecture
Why microservices?
Wish our system could :
● Small so more modular, tackles the complexity issue. Lightweight
● Reusability
● Reliable
● Each service independent :
○ loosely coupled
○ Scalability
Challenge microservices?
● Communication : Latency and complexity
● Database: each services have their own
database, transaction
● Testing: Integration testing
● Changes: could impact multiple services
● Deployment: machines x services,
configuration, secrets management,
monitoring
Communication
Communication
Orchestration
Entails actively controlling all elements and interactions like a
conductor directs the musicians of an orchestra
One service controller handles all communications between
microservices, and directs each service to perform the intended
function.
Disadvantage :
● the controller needs to directly communicate with each service and
wait for each service’s response
● impacted by downstream network and service availability (latency)
● More tight coupling then we could say it’s a distributed monolithic.
Choreography
Asynchronous process: Each service works independently and
consumes the data that relates to it to perform its task.
● Event Driven Architecture
● Decouples client from the service
● Message Buffering
● Flexible style
Tech: RabbitMQ, Apache Kafka, ActiveMQ, etc
Event Driven #1
Event Driven #2 (communications)
Event Driven (Data Aggregation)
Event Driven (Data Logging)
Sample App Architecture
1
App / Service
Database
Message Queue
RESTful /
Request
Push to
message
queue
Other systems
Data
9
Seach Engine
Data
Other systems
Data
Configuration
Configuration #2
Configuration #3
Secrets
Deployment
● Classic : on top Bare metal server or VM
● Using Virtual machine for each instance (app node)
● Using Container and Container Orchrestation
Deployment #1
Deployment #2
Deployment #3
DevOps
DevOps is the combination of cultural philosophies,
practices, and tools that increases an organization's
ability to deliver applications and services at high
velocity: evolving and improving products at a faster
pace than organizations using traditional software
development and infrastructure management
processes.
DevSecOps
Now, in the collaborative framework of DevOps, security is a
shared responsibility integrated from end to end.
The term "DevSecOps" to emphasize the need to build a
security foundation into DevOps initiatives.
It also means automating some security gates to keep the
DevOps workflow from slowing down.
Tech to Support DevSecOps
● Automation Server: Jenkins, Bamboo, Github Action, travis, circleci, ansible, etc
● Infrastructure as code / CLI: AWS SDK, GCP SDK, terraform, chef, etc
● Registry/Repository : docker hub, helm, GCR, etc
● Security scanner : Sonarqube, trivy, etc
● Container Orchestration: Kubernetes, Docker swarm
● Configuration & Secret : vault & consul
● Code Repository: bitbucket, github, gitlab, etc
Jenkins
An open source extensible automation server. It helps
automate the parts of software development related
to building, testing, and deploying, facilitating
continuous integration and continuous delivery.
Docker
an open source containerization platform. It enables
developers to package applications into
containers—standardized executable components
combining application source code with the operating
system (OS) libraries and dependencies required to
run that code in any environment.
Kubernetes
Kubernetes is an open-source container orchestration system for
automating software deployment, scaling, and management. Google
originally designed Kubernetes, but the Cloud Native Computing
Foundation now maintains the project.
also known as K8s. K8s could automate the deployment, scaling,
and management of containerized applications.
Kubernetes
Kubernetes
● helps you manage Kubernetes applications — Helm Charts help you
define, install, and upgrade even the most complex Kubernetes
application.
● Helm Charts are simply Kubernetes YAML manifests combined
into a single package that can be advertised to your Kubernetes
clusters. Once packaged, installing a Helm Chart into your cluster is
as easy as running a single helm install, which really simplifies the
deployment of containerized applications.
Helm and Helm Chart
Helm
Sonarqube
SonarQube is a Code Quality Assurance tool that collects and
analyzes source code, and provides reports for the code
quality of your project. It combines static and dynamic
analysis tools and enables quality to be measured continually
over time.
Sonarqube
SonarQube is a Code Quality Assurance tool that collects and
analyzes source code, and provides reports for the code
quality of your project. It combines static and dynamic
analysis tools and enables quality to be measured continually
over time.
Trivy
● Trivy (tri pronounced like trigger, vy pronounced like envy) is a simple and
comprehensive scanner for vulnerabilities in container images, file systems, and Git
repositories, as well as for configuration issues.
● Trivy detects vulnerabilities of OS packages (Alpine, RHEL, CentOS, etc.) and
language-specific packages (Bundler, Composer, npm, yarn, etc.).
● In addition, Trivy scans Infrastructure as Code (IaC) files such as Terraform, Dockerfile
and Kubernetes, to detect potential configuration issues that expose your deployments
to the risk of attack.
● https://aquasecurity.github.io/trivy/v0.21.3/
Artifact and Image Repository
● For App Artifact could use Jfrog Artifactory,
Nexus, devpi for python, etc
● Docker Image (registry) : GCR, ECR, GCR
Continuous Integration Part
Pipeline CI/CD
Checkout and
Preparation
Build Project
Testing and
Scanning Code
& Secure Code
Build Snapshot/
Release version
Send to
Artifactory
Post Stage
Send data to
data pool
Continuous Deployment Part
Scanning
Security for
Image
Create Docker
Image
Checkout and
Preparation
Update Param Create Chart Update Helm
Create Repository for Images
● Base Image for Build
● Base Image for Development
● Default base image
● Jenkins pipeline
● Create standard for the project structure
APM (Application Performance Management
● the monitoring and management of performance
and availability of software applications. APM
strives to detect and diagnose complex application
performance problems to maintain an expected
level of service.
● Tools: DataDog, New Relic, Splunk, ELK Stack
(Elasticsearch Logstash Kibana), Grafana,
Promotheus
ELK Stack #1
ELK Stack #2
ELK Stack #3
Kubernetes Dashboard
Kubernetes Dashboard
App Tech Stack
● Programming Language: java, kotlin, python, golang, php
● Database: mysql, postgre, sql server, mongodb, redis, etc
● Search engine: elasticsearch, solr
● Messaging app: RabbitMQ, Kafka
CI Pipeline
DevSecOps Tech Stack
CD Pipeline
Checkout Build
Test &
Analysis
Push To
Artifactory
Push to
Image
Registry
Pull
Image
Update
Config
Helm
upgrade
Build
Image &
Scan
Git Repo
Scan Code
coverage and
secure code
Scan
Docker
Image
Save app artifact
Live on to K8s
Save the image
Optional, pick 1
THANK YOU

More Related Content

PDF
Security Process in DevSecOps
PPTX
DEVSECOPS.pptx
PDF
DevSecOps and the CI/CD Pipeline
PDF
Approximate nearest neighbor methods and vector models – NYC ML meetup
PDF
DevSecOps What Why and How
PDF
DevSecOps Implementation Journey
PDF
Quarterly business review (QBR)template
PPTX
DevSecOps .pptx
Security Process in DevSecOps
DEVSECOPS.pptx
DevSecOps and the CI/CD Pipeline
Approximate nearest neighbor methods and vector models – NYC ML meetup
DevSecOps What Why and How
DevSecOps Implementation Journey
Quarterly business review (QBR)template
DevSecOps .pptx

What's hot (20)

PDF
Practical DevSecOps Course - Part 1
PDF
CI CD Pipeline Using Jenkins | Continuous Integration and Deployment | DevOps...
PDF
Demystifying DevSecOps
PPTX
DevSecOps reference architectures 2018
PPTX
ABN AMRO DevSecOps Journey
PPTX
CI/CD Best Practices for Your DevOps Journey
PPSX
Microservices, DevOps & SRE
PDF
GitOps with ArgoCD
PDF
CI:CD in Lightspeed with kubernetes and argo cd
PDF
Gitlab, GitOps & ArgoCD
PDF
Kubernetes Architecture | Understanding Kubernetes Components | Kubernetes Tu...
PDF
Introduction to CICD
PDF
Introduction to DevSecOps
PDF
DevSecOps
PPTX
Introduction to kubernetes
PDF
DevSecOps: What Why and How : Blackhat 2019
ODP
Devops Devops Devops
PDF
Getting Started with Infrastructure as Code
Practical DevSecOps Course - Part 1
CI CD Pipeline Using Jenkins | Continuous Integration and Deployment | DevOps...
Demystifying DevSecOps
DevSecOps reference architectures 2018
ABN AMRO DevSecOps Journey
CI/CD Best Practices for Your DevOps Journey
Microservices, DevOps & SRE
GitOps with ArgoCD
CI:CD in Lightspeed with kubernetes and argo cd
Gitlab, GitOps & ArgoCD
Kubernetes Architecture | Understanding Kubernetes Components | Kubernetes Tu...
Introduction to CICD
Introduction to DevSecOps
DevSecOps
Introduction to kubernetes
DevSecOps: What Why and How : Blackhat 2019
Devops Devops Devops
Getting Started with Infrastructure as Code
Ad

Similar to Slide DevSecOps Microservices (20)

PPTX
DEVNET-1169 CI/CT/CD on a Micro Services Applications using Docker, Salt & Ni...
PDF
Introduction to containers, k8s, Microservices & Cloud Native
PDF
Best-Cloud-Development-Tools-for-Faster-Delivery.pdf
PPTX
Episode 1: Building Kubernetes-as-a-Service
PDF
Docker Application to Scientific Computing
PDF
Pivotal Container Service (PKS) at SF Cloud Foundry Meetup
PDF
The DevOps Paradigm
PDF
The DevOps paradigm - the evolution of IT professionals and opensource toolkit
PPTX
CNCF Introduction - Feb 2018
PDF
DevOps and BigData Analytics
PDF
8 - OpenShift - A look at a container platform: what's in the box
PPTX
Microsoft Ignite 2018 BRK3192 Container DevOps on Azure
PDF
DevOps Days Boston 2017: Developer first workflows for Kubernetes
PPTX
What is Docker?
PDF
Top 9 DevOps Technologies Every Engineer Should Learn in 2025.pdf
PDF
Open shift and docker - october,2014
PPTX
Cont0519
PDF
Docker Birthday #5 Meetup Cluj - Presentation
PPTX
KubernetesPPT.pptx
PPTX
Kubernetes: від знайомства до використання у CI/CD
DEVNET-1169 CI/CT/CD on a Micro Services Applications using Docker, Salt & Ni...
Introduction to containers, k8s, Microservices & Cloud Native
Best-Cloud-Development-Tools-for-Faster-Delivery.pdf
Episode 1: Building Kubernetes-as-a-Service
Docker Application to Scientific Computing
Pivotal Container Service (PKS) at SF Cloud Foundry Meetup
The DevOps Paradigm
The DevOps paradigm - the evolution of IT professionals and opensource toolkit
CNCF Introduction - Feb 2018
DevOps and BigData Analytics
8 - OpenShift - A look at a container platform: what's in the box
Microsoft Ignite 2018 BRK3192 Container DevOps on Azure
DevOps Days Boston 2017: Developer first workflows for Kubernetes
What is Docker?
Top 9 DevOps Technologies Every Engineer Should Learn in 2025.pdf
Open shift and docker - october,2014
Cont0519
Docker Birthday #5 Meetup Cluj - Presentation
KubernetesPPT.pptx
Kubernetes: від знайомства до використання у CI/CD
Ad

More from Hendri Karisma (19)

PDF
Data - Science and Engineering slide at Bandungpy Sharing Session
PDF
ML Abstraciton for Keras to Serve Several Cases
PDF
Data Analytics Today - Data, Tech, and Regulation.pdf
PDF
Python 101 - Indonesia AI Society.pdf
PDF
Machine Learning: an Introduction and cases
PDF
Python, Data science, and Unsupervised learning
PDF
Machine Learning Research in blibli
PDF
Comparison Study of Neural Network and Deep Neural Network on Repricing GAP P...
PDF
Fraud Detection System using Deep Neural Networks
PDF
Artificial Intelligence and The Complexity
PDF
Software Engineering: Today in The Betlefield
PDF
Introduction to Topological Data Analysis
PDF
Sharing-akka-pub
PDF
Presentasi cca it now and tomorow
PDF
Bayes Belief Network
PDF
Slide Presentasi EM Algorithm (Play Tennis & Brain Tissue Segmentation)
PDF
Slide Presentasi Kelompok E bagian Sistem Rekognisi
PDF
Slide Presentasi Kelompok Keilmuan E
PDF
Slide Seminar Open Source (CodeLabs UNIKOM Bandung)
Data - Science and Engineering slide at Bandungpy Sharing Session
ML Abstraciton for Keras to Serve Several Cases
Data Analytics Today - Data, Tech, and Regulation.pdf
Python 101 - Indonesia AI Society.pdf
Machine Learning: an Introduction and cases
Python, Data science, and Unsupervised learning
Machine Learning Research in blibli
Comparison Study of Neural Network and Deep Neural Network on Repricing GAP P...
Fraud Detection System using Deep Neural Networks
Artificial Intelligence and The Complexity
Software Engineering: Today in The Betlefield
Introduction to Topological Data Analysis
Sharing-akka-pub
Presentasi cca it now and tomorow
Bayes Belief Network
Slide Presentasi EM Algorithm (Play Tennis & Brain Tissue Segmentation)
Slide Presentasi Kelompok E bagian Sistem Rekognisi
Slide Presentasi Kelompok Keilmuan E
Slide Seminar Open Source (CodeLabs UNIKOM Bandung)

Recently uploaded (20)

PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Machine learning based COVID-19 study performance prediction
PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Electronic commerce courselecture one. Pdf
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PPTX
MYSQL Presentation for SQL database connectivity
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PPTX
A Presentation on Artificial Intelligence
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PPTX
Big Data Technologies - Introduction.pptx
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Encapsulation theory and applications.pdf
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
NewMind AI Weekly Chronicles - August'25 Week I
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Machine learning based COVID-19 study performance prediction
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
The Rise and Fall of 3GPP – Time for a Sabbatical?
Electronic commerce courselecture one. Pdf
Per capita expenditure prediction using model stacking based on satellite ima...
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
MYSQL Presentation for SQL database connectivity
CIFDAQ's Market Insight: SEC Turns Pro Crypto
Reach Out and Touch Someone: Haptics and Empathic Computing
A Presentation on Artificial Intelligence
Chapter 3 Spatial Domain Image Processing.pdf
Big Data Technologies - Introduction.pptx
Understanding_Digital_Forensics_Presentation.pptx
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Encapsulation theory and applications.pdf
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
Digital-Transformation-Roadmap-for-Companies.pptx
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...

Slide DevSecOps Microservices

  • 1. DevSecOps in the Real World: Best Practices for CI/CD and Microservices Hendri Karisma
  • 2. Hello! my name is Hendri Karisma ● Technical Lead ● Working on platform system ● Before working for AI and DevEx
  • 3. Micro-services an architectural style that structures an application as a collection of services ● Highly maintainable and testable ● Loosely coupled ● Independently deployable ● Organized around business capabilities ● Owned by a small team
  • 4. Monolith vs Microservices? Monolith Architecture Microservices Architecture
  • 5. Why microservices? Wish our system could : ● Small so more modular, tackles the complexity issue. Lightweight ● Reusability ● Reliable ● Each service independent : ○ loosely coupled ○ Scalability
  • 6. Challenge microservices? ● Communication : Latency and complexity ● Database: each services have their own database, transaction ● Testing: Integration testing ● Changes: could impact multiple services ● Deployment: machines x services, configuration, secrets management, monitoring
  • 9. Orchestration Entails actively controlling all elements and interactions like a conductor directs the musicians of an orchestra One service controller handles all communications between microservices, and directs each service to perform the intended function. Disadvantage : ● the controller needs to directly communicate with each service and wait for each service’s response ● impacted by downstream network and service availability (latency) ● More tight coupling then we could say it’s a distributed monolithic.
  • 10. Choreography Asynchronous process: Each service works independently and consumes the data that relates to it to perform its task. ● Event Driven Architecture ● Decouples client from the service ● Message Buffering ● Flexible style Tech: RabbitMQ, Apache Kafka, ActiveMQ, etc
  • 12. Event Driven #2 (communications)
  • 13. Event Driven (Data Aggregation)
  • 14. Event Driven (Data Logging)
  • 15. Sample App Architecture 1 App / Service Database Message Queue RESTful / Request Push to message queue Other systems Data 9 Seach Engine Data Other systems Data
  • 20. Deployment ● Classic : on top Bare metal server or VM ● Using Virtual machine for each instance (app node) ● Using Container and Container Orchrestation
  • 24. DevOps DevOps is the combination of cultural philosophies, practices, and tools that increases an organization's ability to deliver applications and services at high velocity: evolving and improving products at a faster pace than organizations using traditional software development and infrastructure management processes.
  • 25. DevSecOps Now, in the collaborative framework of DevOps, security is a shared responsibility integrated from end to end. The term "DevSecOps" to emphasize the need to build a security foundation into DevOps initiatives. It also means automating some security gates to keep the DevOps workflow from slowing down.
  • 26. Tech to Support DevSecOps ● Automation Server: Jenkins, Bamboo, Github Action, travis, circleci, ansible, etc ● Infrastructure as code / CLI: AWS SDK, GCP SDK, terraform, chef, etc ● Registry/Repository : docker hub, helm, GCR, etc ● Security scanner : Sonarqube, trivy, etc ● Container Orchestration: Kubernetes, Docker swarm ● Configuration & Secret : vault & consul ● Code Repository: bitbucket, github, gitlab, etc
  • 27. Jenkins An open source extensible automation server. It helps automate the parts of software development related to building, testing, and deploying, facilitating continuous integration and continuous delivery.
  • 28. Docker an open source containerization platform. It enables developers to package applications into containers—standardized executable components combining application source code with the operating system (OS) libraries and dependencies required to run that code in any environment.
  • 29. Kubernetes Kubernetes is an open-source container orchestration system for automating software deployment, scaling, and management. Google originally designed Kubernetes, but the Cloud Native Computing Foundation now maintains the project. also known as K8s. K8s could automate the deployment, scaling, and management of containerized applications.
  • 32. ● helps you manage Kubernetes applications — Helm Charts help you define, install, and upgrade even the most complex Kubernetes application. ● Helm Charts are simply Kubernetes YAML manifests combined into a single package that can be advertised to your Kubernetes clusters. Once packaged, installing a Helm Chart into your cluster is as easy as running a single helm install, which really simplifies the deployment of containerized applications. Helm and Helm Chart
  • 33. Helm
  • 34. Sonarqube SonarQube is a Code Quality Assurance tool that collects and analyzes source code, and provides reports for the code quality of your project. It combines static and dynamic analysis tools and enables quality to be measured continually over time.
  • 35. Sonarqube SonarQube is a Code Quality Assurance tool that collects and analyzes source code, and provides reports for the code quality of your project. It combines static and dynamic analysis tools and enables quality to be measured continually over time.
  • 36. Trivy ● Trivy (tri pronounced like trigger, vy pronounced like envy) is a simple and comprehensive scanner for vulnerabilities in container images, file systems, and Git repositories, as well as for configuration issues. ● Trivy detects vulnerabilities of OS packages (Alpine, RHEL, CentOS, etc.) and language-specific packages (Bundler, Composer, npm, yarn, etc.). ● In addition, Trivy scans Infrastructure as Code (IaC) files such as Terraform, Dockerfile and Kubernetes, to detect potential configuration issues that expose your deployments to the risk of attack. ● https://aquasecurity.github.io/trivy/v0.21.3/
  • 37. Artifact and Image Repository ● For App Artifact could use Jfrog Artifactory, Nexus, devpi for python, etc ● Docker Image (registry) : GCR, ECR, GCR
  • 38. Continuous Integration Part Pipeline CI/CD Checkout and Preparation Build Project Testing and Scanning Code & Secure Code Build Snapshot/ Release version Send to Artifactory Post Stage Send data to data pool Continuous Deployment Part Scanning Security for Image Create Docker Image Checkout and Preparation Update Param Create Chart Update Helm
  • 39. Create Repository for Images ● Base Image for Build ● Base Image for Development ● Default base image ● Jenkins pipeline ● Create standard for the project structure
  • 40. APM (Application Performance Management ● the monitoring and management of performance and availability of software applications. APM strives to detect and diagnose complex application performance problems to maintain an expected level of service. ● Tools: DataDog, New Relic, Splunk, ELK Stack (Elasticsearch Logstash Kibana), Grafana, Promotheus
  • 46. App Tech Stack ● Programming Language: java, kotlin, python, golang, php ● Database: mysql, postgre, sql server, mongodb, redis, etc ● Search engine: elasticsearch, solr ● Messaging app: RabbitMQ, Kafka
  • 47. CI Pipeline DevSecOps Tech Stack CD Pipeline Checkout Build Test & Analysis Push To Artifactory Push to Image Registry Pull Image Update Config Helm upgrade Build Image & Scan Git Repo Scan Code coverage and secure code Scan Docker Image Save app artifact Live on to K8s Save the image Optional, pick 1