SlideShare a Scribd company logo
Securing your App Deployments
with tunnels, OIDC, RBAC, and
progressive delivery with
Weave GitOps and Traefik Labs
In partnership with:
2
Webinar Platform - FAQs
Using Zoom
• You are in listen only mode
• This webinar is being recorded
• Q&A session will follow the presentation, please use the Q&A panel to
submit questions
• Hit escape to exit full screen
• Slides and recording will be shared after the webinar
Technical Issues - please visit Zoom Help
https://support.zoom.us/hc/en-us/articles/206175806-Top-Questions
3
Manuel Zapf
Product Manager, Traefik
Manuel creates and helps enact the vision for
Traefik Labs products and roadmaps. With nearly a
decade in product development and management,
Manuel understands what will help make the jobs
of engineers a little bit easier.
Steve Fraser
Consulting Reliability
Engineer, Weaveworks
Steve is passionate about delivering quality
resilient software with as little friction as possible.
He likes to spend his time thinking about how to
deliver flawless deployments allowing his
customers to increase their application and
infrastructure deployment velocity. Steve has
extensive knowledge in containerization
technologies in supporting, maintaining, and
architecting.
Speaker introductions
Weaveworks is backed by solid investors
Weaveworks is a key partner with all the
major infrastructure and Kubernetes vendors
Weaveworks: the GitOps company
Weaveworks is deeply committed
to the Open Source Community
5
Traefik Labs, an OSS Leader
3 Billion+
Downloads
35K+
Stars on Github
600+
Contributors
100,000s
Nodes in Production
Trusted by leading enterprises worldwide
6
Agenda
Deployment
● Understanding GitOps
● Existing Solutions
● Today’s Emerging Challenges
● GitOps for Multi-Cluster
Publishing
● Publishing Services Traditionally
● Secure Publishing Done Right
● Key Security Components (Tunneling, Access Control, & Certificate Management)
Demo
7
Git as the single source of truth
for Desired State
ALL intended operations are
committed by pull request
ALL diffs between intended and
observed state with automatic
and continuous reconciliation
ALL changes are observable,
verifiable and auditable
Test
IDE
Build
Kubernetes
GitOps
Continuous
Integration
GIT
“Immutability
Firewall”
Deployment
(clusters, apps)
Monitoring
Logging
(Observability)
Management
(operations)
GitOps - The Operating Model for Cloud Native
Unifies Deployment,
Monitoring and Management
8
Test
IDE
Build
Provides Separation of
Concerns between the
Development process and the
Deployment process
Transparency and Auditability
at All Levels is Automatic
Authentication & Authorization
Isolated Between Concerns
Risk Reduction: Complete
Application Rollback and
Logging
Security Policy: enforced
through code
Kubernetes
GitOps
Continuous
Integration
GIT
“Immutability
Firewall”
Deployment
(clusters, apps)
Monitoring
Logging
(Observability)
Management
(operations)
GitOps - The Operating Model for Cloud Native
9
+
flux flagger
Confidential do not distribute 10
● Implements a control loop that continuously
applies the desired state to your cluster,
offering protection against harmful actions like
deployments deletion or network policies
altering.
● Implements a declarative APIs installations for
your favorite installations types
flux
● Shifts and routes traffic between app
versions using service mesh (Such as Traefik
Mesh) and ingress controllers (Such as
Traefik)
● Reduces the risk of introducing a bad
software change by continuously measuring
performance and reverting with user defined
gates
flagger
12
Canary Deployment with Flagger + Traefik
13
Today’s emerging new challenges
● Creating prototype quickly in an isolated environment
● Promoting applications across multiple clusters
● Configuration sprawl
● The need for real time deployment feedback – at scale
● Lack of time for developing features
14
+
flux flagger
+
Weave GitOps
Confidential do not distribute 15
● Provides a single workflow for rapid
prototypes and production environments
● Provides modern promotion across
multi-region clusters with Canary
deployments
● Ensures development occurs under
organizational security policies
● Self-service pull based infrastructure and
application deployment
Weave GitOps
16
Battle Tested Weaveworks Approach Process
Technical support
Customer Reliability
Engineering (CRE)
● Weaveworks approved
expertise in Gitops,
kubernetes & cloud native
● “Virtual” SRE
● Traditionally embeds in
customers team
● Long term technical
resourcing (6 month or 12
Months)
Weave GitOps Services
Weave GitOps
Enterprise
● Curated platform-
Clusters on-demand &
Application Deployment
● Run Anywhere on any
K8 platform
● Integrated security &
Policy & Governance
● 24/7 Support
Consulting, Professional
Services, Training
● Workshops
○ Design, build, operate
and Optimize
● POC Delivery
● Training
○ Skills Development
● Time and materials
○ Day Rate
CAPABILITIES
Reconciliation loop
Monitor specific events in Git – repos,
branches and/or folders
Simple profile
bootstrap
Setup, provision and operate a custom,
production-ready cluster
Application
management UI
immediately detect drift between states
as well as cluster health problems.
Cluster fleet
management
Reuse cluster templates easily from git
Team Management
& Governance
Segment responsibilities and enforce
change control policies
Advanced Security
RBAC, Single Sign On (SSO)
17
Demo
Use Case
- Create a sandbox environment
- Install Traefik Hub and Proxy
- Create a GitOps Pipeline
- Install my new prototype application
- Share my prototype application with a colleague
- Promote to production with canary
18
Agenda
Deployment
● Understanding GitOps
● Existing Solutions
● Today’s Emerging Challenges
● GitOps for Multi-Cluster
Publishing
● Publishing Services Traditionally
● Secure Publishing Done Right
● Key Security Components (Tunneling, Access Control, & Certificate Management)
Demo
19
How to publish services traditionally
● Deploy Service on a
Cluster
● For local
development:
Port-Forward
● For external Access:
Install / Configure
Ingress Controller
● Setup Networking,
TLS et. all
k apply my-app/
k port-forward svc/my-app
8000:80
20
Introducing Traefik Hub
Publish and secure containers at the edge instantly. Traefik Hub provides a gateway
to your services running on Kubernetes or other orchestrators.
21
What about security?
● Security is crucial when publishing services
● Consists of multiple pillars
○ Encryption of the connection
○ State of the Art and battle proven access Control
○ Minimal Attack Surface
● Ideally, in a central place and not distributed amongst different places
22
Secure tunnels and encryption
● Foundation for
minimal attack
footprint
● Encrypted connection
between Cluster and
the Edge
● Automated TLS
Certificate
Management to
encrypt HTTP Traffic
23
Battle proven access control
● Access Control: Manage who can access a given application
● Should be flexible and simple / quick to add
● Most common once these days
○ OpenID Connect
○ JWT
● Dream case: Leverage access control without having to redeploy an entire stack /
architecture
24
Agenda
Deployment
● Understanding GitOps
● Existing Solutions
● Today’s Emerging Challenges
● GitOps for Multi-Cluster
Publishing
● Publishing Services Traditionally
● Secure Publishing Done Right
● Key Security Components (Tunneling, Access Control, & Certificate Management)
Demo
25
Q&A
26
Whitepaper: Progressive Delivery
https://bit.ly/3K8oZwU
Learn more about Weave GitOps
www.weave.works/enterprise
Join us for more webinars
www.weave.works/events
Thank You
Explore
Learn More:
Sign Up Free:
Get Technical:
traefik.io/traefik-hub/
hub.traefik.io
doc.traefik.io/traefik-hub/

More Related Content

PDF
Monitoring and observability
PDF
Istio on Kubernetes
PDF
Capital One DevOps Case Study: A Bank with the Heart of Tech Company
PPTX
Introduction To Streaming Data and Stream Processing with Apache Kafka
PDF
CI:CD in Lightspeed with kubernetes and argo cd
PDF
Data integration with Apache Kafka
PDF
Introducing Confluent Cloud: Apache Kafka as a Service
PDF
LKCE14 Kanban at Scale, Scaling Kanban
Monitoring and observability
Istio on Kubernetes
Capital One DevOps Case Study: A Bank with the Heart of Tech Company
Introduction To Streaming Data and Stream Processing with Apache Kafka
CI:CD in Lightspeed with kubernetes and argo cd
Data integration with Apache Kafka
Introducing Confluent Cloud: Apache Kafka as a Service
LKCE14 Kanban at Scale, Scaling Kanban

What's hot (20)

PDF
Common Patterns of Multi Data-Center Architectures with Apache Kafka
PDF
Automated Provisioning, Management & Cost Control for Kubernetes Clusters
PDF
Confluent Startup Webinar Series
PPTX
CQRS & EVS with MongoDb
PDF
Gestion des drifts Terraform avec la méthode GitOps
PPTX
Fundamentals of DevOps and CI/CD
PPTX
Spring Boot+Kafka: the New Enterprise Platform
PDF
Cloud-Native Observability
PDF
Building Microservices with Apache Kafka
PDF
Improve monitoring and observability for kubernetes with oss tools
PDF
Continuous Lifecycle London 2018 Event Keynote
PDF
Messaging queue - Kafka
PDF
A GitOps Kubernetes Native CICD Solution with Argo Events, Workflows, and CD
PDF
SOA, Microservices and Event Driven Architecture
PPTX
Jenkins CI presentation
PPTX
Trunk based vs git flow
PDF
DevSecOps What Why and How
PDF
The Power of GitOps with Flux & GitOps Toolkit
PDF
Workflow Engines & Event Streaming Brokers - Can they work together? [Current...
PPTX
Kubernetes #2 monitoring
Common Patterns of Multi Data-Center Architectures with Apache Kafka
Automated Provisioning, Management & Cost Control for Kubernetes Clusters
Confluent Startup Webinar Series
CQRS & EVS with MongoDb
Gestion des drifts Terraform avec la méthode GitOps
Fundamentals of DevOps and CI/CD
Spring Boot+Kafka: the New Enterprise Platform
Cloud-Native Observability
Building Microservices with Apache Kafka
Improve monitoring and observability for kubernetes with oss tools
Continuous Lifecycle London 2018 Event Keynote
Messaging queue - Kafka
A GitOps Kubernetes Native CICD Solution with Argo Events, Workflows, and CD
SOA, Microservices and Event Driven Architecture
Jenkins CI presentation
Trunk based vs git flow
DevSecOps What Why and How
The Power of GitOps with Flux & GitOps Toolkit
Workflow Engines & Event Streaming Brokers - Can they work together? [Current...
Kubernetes #2 monitoring
Ad

Similar to Securing Your App Deployments with Tunnels, OIDC, RBAC, and Progressive Delivery with Weave GitOps & Traefik Labs (20)

PDF
Deploying Stateful Applications Securely & Confidently with Ondat & Weave GitOps
PDF
Intro to GitOps with Weave GitOps, Flagger and Linkerd
PDF
Cloud Native Engineering with SRE and GitOps
PDF
Weave GitOps 2022.09 Release: A Fast & Reliable Path to Production with Progr...
PDF
Api gitlab: configurazione dei progetti as a service
PPTX
Expedite Enterprise Software Development with JIRA®, TeamForge® SCM, and Jenkins
PDF
Shift Deployment Security Left with Weave GitOps & Upbound’s Universal Crossp...
PPTX
Room 2 - 4 - Juncheng Anthony Lin - Redhat - A Practical Approach to Traditio...
PDF
DevOps & DevSecOps in Swiss Banking
PPTX
AzureDay Kyiv 2016 Release Management
PDF
Robust Network Security and Observability with GitOps and Cilium
PDF
DX, Guardrails, Golden Paths & Policy in Kubernetes
PDF
CI/CD on Google Cloud Platform
PDF
Free GitOps Workshop
PDF
Cncf checkov and bridgecrew
PDF
Accelerating Hybrid Multistage Delivery with Weave GitOps on EKS
PDF
Observe and command your fleets across any kubernetes with weave git ops
PDF
Webinar: Capabilities, Confidence and Community – What Flux GA Means for You
PDF
Free GitOps Workshop (with Intro to Kubernetes & GitOps)
PDF
Weave GitOps - continuous delivery for any Kubernetes
Deploying Stateful Applications Securely & Confidently with Ondat & Weave GitOps
Intro to GitOps with Weave GitOps, Flagger and Linkerd
Cloud Native Engineering with SRE and GitOps
Weave GitOps 2022.09 Release: A Fast & Reliable Path to Production with Progr...
Api gitlab: configurazione dei progetti as a service
Expedite Enterprise Software Development with JIRA®, TeamForge® SCM, and Jenkins
Shift Deployment Security Left with Weave GitOps & Upbound’s Universal Crossp...
Room 2 - 4 - Juncheng Anthony Lin - Redhat - A Practical Approach to Traditio...
DevOps & DevSecOps in Swiss Banking
AzureDay Kyiv 2016 Release Management
Robust Network Security and Observability with GitOps and Cilium
DX, Guardrails, Golden Paths & Policy in Kubernetes
CI/CD on Google Cloud Platform
Free GitOps Workshop
Cncf checkov and bridgecrew
Accelerating Hybrid Multistage Delivery with Weave GitOps on EKS
Observe and command your fleets across any kubernetes with weave git ops
Webinar: Capabilities, Confidence and Community – What Flux GA Means for You
Free GitOps Workshop (with Intro to Kubernetes & GitOps)
Weave GitOps - continuous delivery for any Kubernetes
Ad

More from Weaveworks (20)

PDF
Weave AI Controllers (Weave GitOps Office Hours)
PDF
Flamingo: Expand ArgoCD with Flux (Office Hours)
PDF
Six Signs You Need Platform Engineering
PDF
SRE and GitOps for Building Robust Kubernetes Platforms.pdf
PDF
Webinar: End to End Security & Operations with Chainguard and Weave GitOps
PDF
Flux Beyond Git Harnessing the Power of OCI
PDF
How to Avoid Kubernetes Multi-tenancy Catastrophes
PDF
Building internal developer platform with EKS and GitOps
PDF
GitOps Testing in Kubernetes with Flux and Testkube.pdf
PDF
Implementing Flux for Scale with Soft Multi-tenancy
PDF
The Story of Flux Reaching Graduation in the CNCF
PDF
Flux’s Security & Scalability with OCI & Helm Slides.pdf
PDF
Flux Security & Scalability using VS Code GitOps Extension
PDF
Intro to GitOps & Flux.pdf
PDF
Simplifying Hybrid Kubernetes with Weaveworks and EKS.pdf
PDF
Building a Security First Approach Across Hybrid Cloud with GitOps and Policy...
PDF
Security & Resiliency of Cloud Native Apps with Weave GitOps & Tetrate Servic...
PDF
DevOps Automation with GitOps: Consistent and Secure End to End Deployments
PDF
Trusted Application Delivery: Achieving Ultimate Security
PPTX
Terraform and Weave GitOps: Build a Fully Automated Application Stack
Weave AI Controllers (Weave GitOps Office Hours)
Flamingo: Expand ArgoCD with Flux (Office Hours)
Six Signs You Need Platform Engineering
SRE and GitOps for Building Robust Kubernetes Platforms.pdf
Webinar: End to End Security & Operations with Chainguard and Weave GitOps
Flux Beyond Git Harnessing the Power of OCI
How to Avoid Kubernetes Multi-tenancy Catastrophes
Building internal developer platform with EKS and GitOps
GitOps Testing in Kubernetes with Flux and Testkube.pdf
Implementing Flux for Scale with Soft Multi-tenancy
The Story of Flux Reaching Graduation in the CNCF
Flux’s Security & Scalability with OCI & Helm Slides.pdf
Flux Security & Scalability using VS Code GitOps Extension
Intro to GitOps & Flux.pdf
Simplifying Hybrid Kubernetes with Weaveworks and EKS.pdf
Building a Security First Approach Across Hybrid Cloud with GitOps and Policy...
Security & Resiliency of Cloud Native Apps with Weave GitOps & Tetrate Servic...
DevOps Automation with GitOps: Consistent and Secure End to End Deployments
Trusted Application Delivery: Achieving Ultimate Security
Terraform and Weave GitOps: Build a Fully Automated Application Stack

Recently uploaded (20)

PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PPTX
Cloud computing and distributed systems.
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
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
Approach and Philosophy of On baking technology
20250228 LYD VKU AI Blended-Learning.pptx
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Agricultural_Statistics_at_a_Glance_2022_0.pdf
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Understanding_Digital_Forensics_Presentation.pptx
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Encapsulation_ Review paper, used for researhc scholars
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Dropbox Q2 2025 Financial Results & Investor Presentation
Cloud computing and distributed systems.
Spectral efficient network and resource selection model in 5G networks
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
“AI and Expert System Decision Support & Business Intelligence Systems”
Per capita expenditure prediction using model stacking based on satellite ima...
Reach Out and Touch Someone: Haptics and Empathic Computing
Encapsulation theory and applications.pdf
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
Digital-Transformation-Roadmap-for-Companies.pptx
Approach and Philosophy of On baking technology

Securing Your App Deployments with Tunnels, OIDC, RBAC, and Progressive Delivery with Weave GitOps & Traefik Labs

  • 1. Securing your App Deployments with tunnels, OIDC, RBAC, and progressive delivery with Weave GitOps and Traefik Labs In partnership with:
  • 2. 2 Webinar Platform - FAQs Using Zoom • You are in listen only mode • This webinar is being recorded • Q&A session will follow the presentation, please use the Q&A panel to submit questions • Hit escape to exit full screen • Slides and recording will be shared after the webinar Technical Issues - please visit Zoom Help https://support.zoom.us/hc/en-us/articles/206175806-Top-Questions
  • 3. 3 Manuel Zapf Product Manager, Traefik Manuel creates and helps enact the vision for Traefik Labs products and roadmaps. With nearly a decade in product development and management, Manuel understands what will help make the jobs of engineers a little bit easier. Steve Fraser Consulting Reliability Engineer, Weaveworks Steve is passionate about delivering quality resilient software with as little friction as possible. He likes to spend his time thinking about how to deliver flawless deployments allowing his customers to increase their application and infrastructure deployment velocity. Steve has extensive knowledge in containerization technologies in supporting, maintaining, and architecting. Speaker introductions
  • 4. Weaveworks is backed by solid investors Weaveworks is a key partner with all the major infrastructure and Kubernetes vendors Weaveworks: the GitOps company Weaveworks is deeply committed to the Open Source Community
  • 5. 5 Traefik Labs, an OSS Leader 3 Billion+ Downloads 35K+ Stars on Github 600+ Contributors 100,000s Nodes in Production Trusted by leading enterprises worldwide
  • 6. 6 Agenda Deployment ● Understanding GitOps ● Existing Solutions ● Today’s Emerging Challenges ● GitOps for Multi-Cluster Publishing ● Publishing Services Traditionally ● Secure Publishing Done Right ● Key Security Components (Tunneling, Access Control, & Certificate Management) Demo
  • 7. 7 Git as the single source of truth for Desired State ALL intended operations are committed by pull request ALL diffs between intended and observed state with automatic and continuous reconciliation ALL changes are observable, verifiable and auditable Test IDE Build Kubernetes GitOps Continuous Integration GIT “Immutability Firewall” Deployment (clusters, apps) Monitoring Logging (Observability) Management (operations) GitOps - The Operating Model for Cloud Native Unifies Deployment, Monitoring and Management
  • 8. 8 Test IDE Build Provides Separation of Concerns between the Development process and the Deployment process Transparency and Auditability at All Levels is Automatic Authentication & Authorization Isolated Between Concerns Risk Reduction: Complete Application Rollback and Logging Security Policy: enforced through code Kubernetes GitOps Continuous Integration GIT “Immutability Firewall” Deployment (clusters, apps) Monitoring Logging (Observability) Management (operations) GitOps - The Operating Model for Cloud Native
  • 10. Confidential do not distribute 10 ● Implements a control loop that continuously applies the desired state to your cluster, offering protection against harmful actions like deployments deletion or network policies altering. ● Implements a declarative APIs installations for your favorite installations types flux
  • 11. ● Shifts and routes traffic between app versions using service mesh (Such as Traefik Mesh) and ingress controllers (Such as Traefik) ● Reduces the risk of introducing a bad software change by continuously measuring performance and reverting with user defined gates flagger
  • 12. 12 Canary Deployment with Flagger + Traefik
  • 13. 13 Today’s emerging new challenges ● Creating prototype quickly in an isolated environment ● Promoting applications across multiple clusters ● Configuration sprawl ● The need for real time deployment feedback – at scale ● Lack of time for developing features
  • 15. Confidential do not distribute 15 ● Provides a single workflow for rapid prototypes and production environments ● Provides modern promotion across multi-region clusters with Canary deployments ● Ensures development occurs under organizational security policies ● Self-service pull based infrastructure and application deployment Weave GitOps
  • 16. 16 Battle Tested Weaveworks Approach Process Technical support Customer Reliability Engineering (CRE) ● Weaveworks approved expertise in Gitops, kubernetes & cloud native ● “Virtual” SRE ● Traditionally embeds in customers team ● Long term technical resourcing (6 month or 12 Months) Weave GitOps Services Weave GitOps Enterprise ● Curated platform- Clusters on-demand & Application Deployment ● Run Anywhere on any K8 platform ● Integrated security & Policy & Governance ● 24/7 Support Consulting, Professional Services, Training ● Workshops ○ Design, build, operate and Optimize ● POC Delivery ● Training ○ Skills Development ● Time and materials ○ Day Rate CAPABILITIES Reconciliation loop Monitor specific events in Git – repos, branches and/or folders Simple profile bootstrap Setup, provision and operate a custom, production-ready cluster Application management UI immediately detect drift between states as well as cluster health problems. Cluster fleet management Reuse cluster templates easily from git Team Management & Governance Segment responsibilities and enforce change control policies Advanced Security RBAC, Single Sign On (SSO)
  • 17. 17 Demo Use Case - Create a sandbox environment - Install Traefik Hub and Proxy - Create a GitOps Pipeline - Install my new prototype application - Share my prototype application with a colleague - Promote to production with canary
  • 18. 18 Agenda Deployment ● Understanding GitOps ● Existing Solutions ● Today’s Emerging Challenges ● GitOps for Multi-Cluster Publishing ● Publishing Services Traditionally ● Secure Publishing Done Right ● Key Security Components (Tunneling, Access Control, & Certificate Management) Demo
  • 19. 19 How to publish services traditionally ● Deploy Service on a Cluster ● For local development: Port-Forward ● For external Access: Install / Configure Ingress Controller ● Setup Networking, TLS et. all k apply my-app/ k port-forward svc/my-app 8000:80
  • 20. 20 Introducing Traefik Hub Publish and secure containers at the edge instantly. Traefik Hub provides a gateway to your services running on Kubernetes or other orchestrators.
  • 21. 21 What about security? ● Security is crucial when publishing services ● Consists of multiple pillars ○ Encryption of the connection ○ State of the Art and battle proven access Control ○ Minimal Attack Surface ● Ideally, in a central place and not distributed amongst different places
  • 22. 22 Secure tunnels and encryption ● Foundation for minimal attack footprint ● Encrypted connection between Cluster and the Edge ● Automated TLS Certificate Management to encrypt HTTP Traffic
  • 23. 23 Battle proven access control ● Access Control: Manage who can access a given application ● Should be flexible and simple / quick to add ● Most common once these days ○ OpenID Connect ○ JWT ● Dream case: Leverage access control without having to redeploy an entire stack / architecture
  • 24. 24 Agenda Deployment ● Understanding GitOps ● Existing Solutions ● Today’s Emerging Challenges ● GitOps for Multi-Cluster Publishing ● Publishing Services Traditionally ● Secure Publishing Done Right ● Key Security Components (Tunneling, Access Control, & Certificate Management) Demo
  • 26. 26 Whitepaper: Progressive Delivery https://bit.ly/3K8oZwU Learn more about Weave GitOps www.weave.works/enterprise Join us for more webinars www.weave.works/events Thank You
  • 27. Explore Learn More: Sign Up Free: Get Technical: traefik.io/traefik-hub/ hub.traefik.io doc.traefik.io/traefik-hub/