Cisco UCS: What’s New

Event: Tech Field Day Extra at Cisco Live Europe 2020

Appearance: Cisco Data Center Presents at Tech Field Day Extra at Cisco Live Europe 2020

Company: Cisco

Video Links:

Personnel: Vikas Ratna

In this session, Cisco covers the significant new additions and updates to the UCS compute family and how they are set to assist their customers. They also cover the key technology trends that we see disrupting Compute in the next decade and preview their approach to deliver the disrupting values to customers.


Cisco HyperFlex Application Platform Management Illustration

Event: Tech Field Day Extra at Cisco Live Europe 2020

Appearance: Cisco Data Center Presents at Tech Field Day Extra at Cisco Live Europe 2020

Company: Cisco

Video Links:

Personnel: Aniket Patankar

In this demo, HyperFlex Application Platform Management is configured for a sample workload. The process of creation and management is shown and the power of the platform to help professionals optimize their workload creation and management is revealed.


Cisco Intersight Workload Optimization Demo

Event: Tech Field Day Extra at Cisco Live Europe 2020

Appearance: Cisco Data Center Presents at Tech Field Day Extra at Cisco Live Europe 2020

Company: Cisco

Video Links:

Personnel: Vish Jakka

In this session, Cisco shows the new advances built in throughout Intersight, focusing on workload optimization.


Cisco Assure Application Experience with Intersight Workload Optimizer

Event: Tech Field Day Extra at Cisco Live Europe 2020

Appearance: Cisco Data Center Presents at Tech Field Day Extra at Cisco Live Europe 2020

Company: Cisco

Video Links:

Personnel: Vish Jakka

In this session, Cisco reviews the exciting new advances in their computing portfolio that enable continuous application performance assurance.


Introducing Cisco HyperFlex Application Platform: Turnkey Platform for Application Modernization

Event: Tech Field Day Extra at Cisco Live Europe 2020

Appearance: Cisco Data Center Presents at Tech Field Day Extra at Cisco Live Europe 2020

Company: Cisco

Video Links:

Personnel: Aniket Patankar

In this session, you will hear about the latest Cisco HyperFlex Application Platform and Intersight innovations that deliver agile and intuitive infrastructure to support both development speed and management simplicity. Learn how your organization can consume containers as a service, with hypervisor agnostic full stack and IaaS management that includes monitoring, telemetry, and automated workload optimization across VMs and containers.


Cisco Accelerating Investigations with Cisco Threat Response

Event: Tech Field Day Extra at Cisco Live Europe 2020

Appearance: Cisco Security Presents at Tech Field Day Extra at Cisco Live Europe 2020

Company: Cisco

Video Links:

Personnel: Ben Greenbaum

The more security products you buy, the more complex your security investigations become. In this session, you’ll learn how to harness multiple Cisco security products together in one intuitive console to dramatically reduce MTTR.


MinIO as a Splunk SmartStore

Event: Storage Field Day 19

Appearance: MinIO Presents at Storage Field Day 19

Company: MinIO

Video Links:

Personnel: AB Periasamy, Eco Willson

AB Periasamy, Founder and CEO, and Eco Willson, Support Lead, demonstrate MinIO as a Splunk SmartStore. MinIO can handle the performance and volume of data required to make Splunk a true enterprise IT operations data source.

The presentation outlines how Splunk recognized the rapid growth in log data and the limitation of traditional methods to handle this explosion in volume, particularly emphasizing the need to transition to a cloud-native architecture. This necessitated disaggregating storage and compute, allowing organizations to scale their infrastructures efficiently and respond to burgeoning storage needs.

The speakers highlight that Splunk evolved early on to address the disaggregation problem while others, such as MariaDB, are only now catching up. By leveraging MinIO as an object storage backend, Splunk can better accommodate the colossal amounts of data generated by enterprise IT operations. The presentation includes a demonstration showing how straightforward it is to configure Splunk to utilize MinIO. By adjusting a few lines in the Splunk configuration file, users can enable object storage, allowing Splunk to offload data to MinIO while maintaining operational efficiency with local cache management.

Additionally, the discussion on operational monitoring and automation reflects the priorities of modern DevOps teams. MinIO provides tools for system health monitoring and integrates seamlessly with Prometheus for alerting and dashboard visualization. However, the emphasis remains on automation, allowing DevOps professionals to set up rules for critical alerts rather than manually observing systems. By streamlining these processes, MinIO enables organizations to scale their Splunk environments effectively, supporting petabytes of data while maximizing performance and reliability.


The MinIO SUBNET Experience

Event: Storage Field Day 19

Appearance: MinIO Presents at Storage Field Day 19

Company: MinIO

Video Links:

Personnel: AB Periasamy, Eco Willson

AB Periasamy, co-founder and CEO of MinIO, introduces the MinIO SUBNET experience, designed specifically for paying customers operating in critical production environments. Even though MinIO is fully open source, customers opt for paid support to enhance their deployment of MinIO, acknowledging its critical nature within their infrastructure. The rationale behind this decision stems from the specific context wherein customers, who are often already adept with the product, recognize the need for immediate support to prevent issues such as data loss and data breaches—concerns that have become paramount in today’s data-driven landscape. The pricing model ranges from free options for open-source projects to per-GB pricing for enterprise users, aiming to foster an integrative, supportive relationship that treats MinIO as an extension of the customer’s team.

Eco Willson, MinIO’s Support Lead, further explains the value of SUBNET, highlighting how it fundamentally transforms customer interactions. Traditional support models often leave critical avenues for collaboration unutilized, leading to frustration among expert users who prefer direct access to seasoned developers rather than level one support technicians. SUBNET addresses this issue by providing real-time, continuous communication facilitated through a chat interface reminiscent of platforms like Slack, allowing for a more personalized and immediate resolution process. By fostering an environment where customers experience dedicated support from the developers who understand the intricacies of the code, MinIO successfully contrasts itself with outdated support models that impose barriers between customers and expertise.

The essence of SUBNET is rooted in its simplicity and effectiveness, allowing the engineering team to engage seamlessly with customers about their technical challenges. Periasamy emphasizes that substantial success hinges on a product designed for self-supportability, alongside a healthy organizational culture that promotes collaboration between developers and support engineers. The ability to diagnose problems quickly is enhanced by minimizing unnecessary noise in logging and ensuring that engineers can access real-time telemetry of the customer’s environment. Collectively, these elements contribute to a robust support system that not only resolves immediate issues but also strengthens the overall customer relationship, enabling MinIO to respond effectively to the demands of modern cloud-native users.


AB Periasamy Presents the MinIO Internals

Event: Storage Field Day 19

Appearance: MinIO Presents at Storage Field Day 19

Company: MinIO

Video Links:

Personnel: AB Periasamy

AB Periasamy, Founder and CEO of MinIO, offered a comprehensive tour of the architecture and internals behind the MinIO object storage server during his presentation at Storage Field Day 19. He emphasized that MinIO operates more like a high-performance web server than a traditional storage system. Unlike typical object storage solutions that incorporate complex theories of consensus and distributed locking, MinIO adopts a single-layer architecture designed for atomic and consistent operations, significantly improving data handling efficiency. By utilizing inline erasure coding, encryption, and robust data replication, MinIO ensures data integrity, even during unexpected failures, which contributes to the company’s rapid growth and adoption in the market.

In his presentation, Periasamy outlined MinIO’s unique distribution model, allowing installations across multiple servers and data centers without hierarchical metadata or lock servers. This design means that all nodes have equal capabilities, enabling easy scaling. The architecture facilitates horizontal striping of objects across multiple drives and nodes, which enhances fault tolerance — users can lose several drives or nodes, and their data remains accessible. This is achieved through mathematical distributions that ensure even data allocation and quick data retrieval, resulting in remarkably efficient performance even in extensive deployments that can exceed petabyte scales. He noted the capability of organizations to manage multiple tenants simultaneously, simplifying multi-tenant environments.

Lastly, Periasamy discussed the importance of continuous data replication and real-time synchronization, which MinIO supports through notifications and a robust mirroring capability. This ensures that data remains synchronized across remote sites, making it reliable for mission-critical applications. He addressed security features and management tools that MinIO incorporates, such as dynamic password management and sophisticated identity management, which enhance data governance while maintaining a simplified user experience. By positioning MinIO in this way, the presentation illustrated not just the technical capabilities of the platform but also its fit within modern enterprise environments seeking flexible, scalable, and secure object storage solutions.


A Review of MinIO’s Performance Benchmarks

Event: Storage Field Day 19

Appearance: MinIO Presents at Storage Field Day 19

Company: MinIO

Video Links:

Personnel: AB Periasamy, Jonathan Symonds

Jonathan Symonds, Chief Marketing Officer, and AB Periasamy, Founder and CEO, present MinIO’s performance benchmarks, asserting that MinIO has been engineered with a focus on speed from its inception, resulting in what they claim to be the fastest object storage system available. During the presentation, they showcased various benchmarks for S3 performance, emphasizing results with and without encryption while utilizing both traditional hard disk drives and modern NVMe SSDs. They provided comparisons of MinIO’s performance against legacy systems like HDFS and commercial cloud solutions such as AWS, illustrating MinIO’s capability to operate efficiently at scale.

The speakers elaborated on the technical underpinnings of MinIO that contribute to its superior performance. They highlighted its architecture as a single-layer object storage server that utilizes SIMD acceleration for optimized processing. A notable design element is the absence of a metadata database, which minimizes potential bottlenecks that can arise from bulk operations, allowing for atomic writes that enhance speed. They also discussed how MinIO is built using the Go programming language and assembly language to leverage hardware optimally, enabling it to handle demanding data workloads including big data analytics and machine learning applications.

The presentation concluded with a discussion on MinIO’s positioning within the evolving cloud environment, noting its applicability in use cases such as financial services and autonomous vehicles. The speakers argued that MinIO’s performance metrics not only make it a competitive alternative to HDFS but also facilitate cloud-native architectures for enterprises looking to modernize their data environments. They underscored the trend toward private cloud adoption and the expanding role of object storage in displacing traditional SAN and NAS setups, establishing MinIO as a strategically relevant choice for users looking to harness high-speed object storage capabilities in their infrastructures.


A Data Driven Picture of MinIO’s Reach

Event: Storage Field Day 19

Appearance: MinIO Presents at Storage Field Day 19

Company: MinIO

Video Links:

Personnel: AB Periasamy, Jonathan Symonds

In the presentation titled “A Data Driven Picture of MinIO’s Reach,” Jonathan Symonds, Chief Marketing Officer of MinIO, sheds light on the significant market impact the company has made in the realm of object storage within a short time frame. He highlights that MinIO has become the most widely deployed object storage server, with over 300 million Docker pulls, 20,000 GitHub stars, and a growing community of over 6,500 Slack members and 500 contributors. Symonds emphasizes the rapid growth trend of MinIO, which he describes as a “hockey stick” in trajectory, underscoring the reduced friction for users to adopt the solution due to its open-source nature. The metrics shared indicate that MinIO has surpassed traditional competitors like Ceph and Swift, demonstrating its growing popularity and effectiveness in the market.

Following Symonds, AB Periasamy, Founder and CEO of MinIO, elaborates on the enterprise traction and industry usage of the platform. He points out that MinIO’s deployments span across various sectors, with around 50% of Fortune 500 companies utilizing the service, including notable names such as Splunk, Nutanix, IBM, and McKesson. Periasamy provides insights into the diverse applications of MinIO, with a particular emphasis on its usage in technology solutions, healthcare, and financial services. He articulates that MinIO supports numerous use cases from big data applications to medical imaging, showcasing the versatility of the object storage solution in meeting the demands of various industries.

The presentation also highlights the community aspect of MinIO, illustrating a vibrant ecosystem of developers and organizations engaging with the platform. Symonds and Periasamy emphasize the collaborative nature of MinIO, with a clear commitment to maintaining the open-source model while monetizing through strong support offerings like Subnet. This subscription model not only provides significant revenue but also fosters long-term relationships with large clients, translating to a robust business model amid ongoing community engagement. They conclude by underlining MinIO’s commitment to delivering high-performance storage solutions while expanding its reach in both technical and enterprise environments, ultimately positioning MinIO as a key player in the future of object storage.


The Philosophy Behind MinIO with AB Periasamy

Event: Storage Field Day 19

Appearance: MinIO Presents at Storage Field Day 19

Company: MinIO

Video Links:

Personnel: AB Periasamy

AB Periasamy, Founder and CEO of MinIO, introduced the company at Storage Field Day as a high-performance, software-defined, distributed object storage solution designed to operate both independently and as an alternative to existing public cloud services, specifically Amazon S3. He discussed the philosophy behind MinIO, emphasizing its singular focus on creating a simple yet powerful object storage solution free from external dependencies. MinIO aims to be lightweight and manageable, running on various environments with minimal footprint, and is built with user experience in mind, particularly for developers integrating the storage solution into applications.

Throughout the presentation, Periasamy highlighted the importance of simplicity in design and function. He explained that while many existing storage solutions complicate their interfaces and rely heavily on legacy paradigms, MinIO was designed to create a modern object storage experience accessible to users of all technical backgrounds. With a base size of just 44 MB, MinIO encompasses all necessary functionalities within a single static binary, allowing it to run efficiently even in edge cases, like on 5G towers or Raspberry Pi clusters. The MinIO client is intentionally designed to allow for automation and management of large data sets, offering a more powerful toolset compared to traditional UNIX-like utilities.

Periasamy also underscored the significance of branding, market perception, and a community-driven approach in the growth of MinIO, pointing out that their strategy leverages open-source principles to establish trust without compromising on quality or support. In addressing why the company chose to focus on object storage rather than diversifying into other data management areas, he expressed that maintaining focus on delivering the best possible object storage solution would ultimately create a more significant impact in the industry. Overall, MinIO intends to empower businesses to manage their data more effectively while promoting a robust community and developer engagement.


Weka Customer Use Cases

Event: Storage Field Day 19

Appearance: WekaIO Presents at Storage Field Day 19

Company: WEKA

Video Links:

Personnel: Barbara Murphy

Barbara Murphy presents the three key use cases that Weka focuses the company on, life sciences, Machine learning and Fintech. She then drills down into a customer use case from Genomics England, where Weka solve their performance, capacity scaling and data security issues with a single elegant solution.


Weka Product Demonstration

Event: Storage Field Day 19

Appearance: WekaIO Presents at Storage Field Day 19

Company: WEKA

Video Links:

Personnel: Liran Zvibel, Shimon Ben-David

Shimon Ben David presents a live demonstration of the WekaFS file system, validating the claims that we deliver 100 microsecond latency across a shared file storage system. He also outlines how to create and expand the file system, add object store connectivity, fail nodes, expand and shrink the cluster while maintaining I/O to the storage system. Finally he shows how Weka’s encrypted file systems do not impact performance, deliver the same great performance as an unencrypted system.


Weka Product and Company Overview

Event: Storage Field Day 19

Appearance: WekaIO Presents at Storage Field Day 19

Company: WEKA

Video Links:

Personnel: Liran Zvibel

Liran Zvibel provides an update on the storage industry highlighting how the storage model we have been living with for 20+ years is broken. He outlines how Weka is the first file system that fixes storage. Our proof points show that Weka is the world’s fastest file system and is uncontested by the industry. We have unique differentiators that allow us to offer a new storage solution. Finally he shows how Weka is delivered through our partner ecosystem with the same simplicity and white glove experience that other appliance vendors provide.


Komprise Cloud Data Management Chalk Talk

Event: Storage Field Day 19

Appearance: Komprise Presents at Storage Field Day 19

Company: Komprise

Video Links:

Personnel: Kumar Goswami, Mike Peercy, Mohit Dhawan

Mike Peercy, Co-Founder and CTO, and Mohit Dhawan, SVP of Engineering, present the cloud data management approach from Komprise. They are joined by Krishna Subramanian, COO, and Kumar Goswami, CEO.


Komprise Transparent Move Technology and Active Anywhere Chalk Talk

Event: Storage Field Day 19

Appearance: Komprise Presents at Storage Field Day 19

Company: Komprise

Video Links:

Personnel: Mike Peercy, Mohit Dhawan

Mike Peercy, Co-Founder and CTO, and Mohit Dhawan, SVP of Engineering, give a deep dive into the Komprise transparent move technology. This presentation includes a whiteboard “chalk talk”, questions from the Field Day delegates, and an interactive demo.

Recorded as part of Storage Field Day 19, January 25, 2020, in Santa Clara, CA. For more information, visit https://TechFieldDay.com/event/sfd19/ or https://www.komprise.com


Komprise Analytics Chalk Talk and Demo

Event: Storage Field Day 19

Appearance: Komprise Presents at Storage Field Day 19

Company: Komprise

Video Links:

Personnel: Mike Peercy, Mohit Dhawan

Mike Peercy, Co-Founder and CTO, and Mohit Dhawan, SVP of Engineering, present the Komprise architecture using a whiteboard and interactive discussion. The talk covers analytics, transparent data movement with archive, and cloud data management. They then give a deeper demo of the Komprise solution while taking questions from the Field Day delegates.


Komprise Analytics-Driven Data Management

Event: Storage Field Day 19

Appearance: Komprise Presents at Storage Field Day 19

Company: Komprise

Video Links:

Personnel: Kumar Goswami

Kumar Goswami, CEO, introduces Komprise and gives an overview of their analytics-driven data management solution. Customers wanted insight into their data and a solution that would make that insight actionable. The Komprise solution is built on three architectural pillars: Dynamic data analytics, transparent move technology, and direct data access. Kumar then gives a quick demonstrates the Komprise solution.


Dell EMC PowerOne Demo – API Driven Infrastructure

Event: Storage Field Day 19

Appearance: Dell EMC Presents PowerOne at Storage Field Day 19

Company: Dell EMC

Video Links:

Personnel: David Iovino, Trey Layton

David Iovino, Technical Marketing, demonstrates the Dell EMC PowerOne API. Along with Trey Layton, SVP Engineering, he demonstrates two use cases, which show how the PowerOne API can be incorporated into existing customer automation, providing the ability to elastically expand, contract, delete, and repurpose logical and physical cluster resources.