23
CC BY NC-SA 4.0 Enterprise Technologies [email protected]

Docker enterprise Technologies

Embed Size (px)

Citation preview

Page 1: Docker enterprise Technologies

CC BY NC-SA 4.0

Enterprise Technologies

[email protected]

Page 2: Docker enterprise Technologies

CC BY NC-SA 4.0

Containers in the Enterprise

Problem Statement

how to operate and manage an environment in which containers can run securely at scale.

““

Page 3: Docker enterprise Technologies

CC BY NC-SA 4.0

Solution Offerings

● Docker EE ● Windows Containers● Pivotal Container Service

Page 4: Docker enterprise Technologies

CC BY NC-SA 4.0

Docker EE outreach

Page 5: Docker enterprise Technologies

CC BY NC-SA 4.0

Page 6: Docker enterprise Technologies

CC BY NC-SA 4.0

Docker EE certified

Page 7: Docker enterprise Technologies

CC BY NC-SA 4.0

Page 8: Docker enterprise Technologies

CC BY NC-SA 4.0

Windows Containers

Page 9: Docker enterprise Technologies

CC BY NC-SA 4.0

DevOps on Win Containers

Page 10: Docker enterprise Technologies

CC BY NC-SA 4.0

Pivotal Cloud Foundry

Page 11: Docker enterprise Technologies

CC BY NC-SA 4.0

Pivotal Ref Arch on Cloud

Page 12: Docker enterprise Technologies

CC BY NC-SA 4.0

Page 13: Docker enterprise Technologies

CC BY NC-SA 4.0

Bridging Infra and Containers

Page 14: Docker enterprise Technologies

CC BY NC-SA 4.0

Project Kubo

● A Uniform Way to – Instantiate– Deploy, and – Manage Highly Available K8s clusters– On any cloud.

● https://pivotal.io/partners/kubo● OSS project

Page 15: Docker enterprise Technologies

CC BY NC-SA 4.0

Pivotal Container Service

● a platform that allows application teams to – self-serve provision Kubernetes clusters that

are fully managed on their behalf, – focus on the workloads rather than the

substrate needed to run those workloads.

Page 16: Docker enterprise Technologies

CC BY NC-SA 4.0

Enterprise need Registry

Page 17: Docker enterprise Technologies

CC BY NC-SA 4.0

Container Registry

Page 18: Docker enterprise Technologies

CC BY NC-SA 4.0

By vmware

https://github.com/vmware/harbor

Page 19: Docker enterprise Technologies

CC BY NC-SA 4.0

● Role based access control: Users and repositories are organized via 'projects' and a user can have different permission for images under a project.

● Policy based image replication: Images can be replicated (synchronized) between multiple registry instances, with auto-retry on errors. Great for load balancing, high availability, multi-datacenter, hybrid and multi-cloud scenarios.

● Vulnerability Scanning: Harbor scans images regularly and warns users of vulnerabilities.

Page 20: Docker enterprise Technologies

CC BY NC-SA 4.0

● LDAP/AD support: Harbor integrates with existing enterprise LDAP/AD for user authentication and management.

● Image deletion & garbage collection: Images can be deleted and their space can be recycled.

● Notary: Image authenticity can be ensured.

Page 21: Docker enterprise Technologies

CC BY NC-SA 4.0

● Graphical user portal: User can easily browse, search repositories and manage projects.

● Auditing: All the operations to the repositories are tracked.

● RESTful API: RESTful APIs for most administrative operations, easy to integrate with external systems.

● Easy deployment: Provide both an online and offline installer.

Page 22: Docker enterprise Technologies

CC BY NC-SA 4.0

Harbor architecture

Page 23: Docker enterprise Technologies

CC BY NC-SA 4.0

● The copyright for the images belongs to the respective creator / websites

● The content aggregated is purely for educational purpose

● Only URL links to public git repo for projects mentioned

Acknowledgements

● Demo● Q & A