#SymLink: In this video, Jon Myer asks the AppDev Field Day 2 delegates for their reaction to Codiac's presentation. #_JonMyer #CodiacIO #ADFD2 #Video #JABenedicic #MikeStanley #Mistwire #GuyCurriersFeed
https://www.youtube.com/v/Nmwm30rtGjs
#SymLink: In this video, Jon Myer asks the AppDev Field Day 2 delegates for their reaction to Codiac's presentation. #_JonMyer #CodiacIO #ADFD2 #Video #JABenedicic #MikeStanley #Mistwire #GuyCurriersFeed
https://www.youtube.com/v/Nmwm30rtGjs
Taking Technology to the Edge at Edge Field Day 3
No matter what area of technology you’re interested in, it’s moving to the edge. We’re seeing a proliferation of applications for advanced networking, AI, compute, and storage solutions across industries like retail, industrial, military, media, and more. Over the past few years, Edge Field Day has highlighted key products and technologies for edge environments, and the next Tech Field Day event is coming soon. Our next Edge Field Day event is on September 18th and 19th, and I hope you can tune in live or watch the recordings. Here’s a quick overview of what to look forward to.
Things kick off on Wednesday, September 18th at 8:00 AM Pacific with VMware by Broadcom, which is bringing advanced application and networking services to edge environments. We recently got a glimpse of software-defined edge at VMware Explore, and this discussion continues at Edge Field Day. Avassa takes the stage at 10:30 AM to demonstrate how easy it is to migrate legacy VMs and containers to the edge. The Avassa platform simplifies edge deployments by packaging VMs as containers during migration. At 1:30 PM, we welcome TSecond, a company specializing in large data capture, data transport, and AI in unforgiving environments. The TSecond BRYCK is a high-performance, petabyte-scale mobile data solution that now enables AI right at the edge.
Thursday begins with Ignite presentations by the Edge Field Day delegates, which is always a highlight of our events. We welcome ZEDEDA back to Edge Field Day at 10:30 AM Pacific for a session focused on edge orchestration and management. They’ll dive into Kubernetes, edge AI, and more. At 1:30 PM, we’ll learn about OnLogic, the leading manufacturer of industrial small-form-factor computers for edge environments. Their presentation will take us through various environments that require unique compute solutions.
You can also catch the Edge Field Day delegates on our Tech Field Day podcast, including two special episodes recorded next week. Check out our appearances on Techstrong Gang and the Gestalt IT Rundown, and tune in for behind-the-scenes shorts, tech talks, and extras recorded in Silicon Valley.
Tune in to Edge Field Day Live
All of our sessions are broadcast live on the Tech Field Day LinkedIn page and are recorded and shared on the Tech Field Day YouTube channel. You can also catch the sessions live on Techstrong.TV, with coverage continuing on our website and our sister sites across Techstrong. We welcome participation on X (formerly Twitter), LinkedIn, and Mastodon using #EFD3. You can learn more about the event and our panel of independent technical influencers by visiting the Edge Field Day event page. Each of our delegates has their own blog, podcast, or social media platform where they share their thoughts on enterprise technology, from servers and storage to cloud and edge. We’re proud to have Alastair Cooke and Guy Currier from The Futurum Group joining the delegate panel, and we look forward to their analysis and reactions.
Thank you for joining Edge Field Day live on September 18th and 19th! While you’re on YouTube, please subscribe to our channel and follow our LinkedIn page for more great Field Day content.
#Edge #EFD3 #AvassaSystems #Broadcom #DemitasseNZ #GestaltIT #GuyCurriersFeed #OnLogic #SFoskett #TechFieldDay #TheFuturumGroup #Tsecondinc #VMware #VMwareSASE #ZEDEDAEdge
Sulagna Saha reports on the delegate roundtable on the topic of app modernization lead by Paul Nashawaty at AppDev Field Day ADFD1 last month #AShimmy #CalvinHP #GestaltIT #GuyCurriersFeed #Josh_Atwell #KatiLehmuskoski #MitchellAshley #PNashawaty #Poller #TheNJDevOpsGuy #ADFD1 https://gestaltit.com/tech-field-day/sulagna/app-modernization-a-measured-exercise-or-a-no-brainer/
Just Posted: App modernization should be strategically driven by business goals, not just technological upgrades, to effectively leverage cloud benefits. #PNashawaty #AShimmy #CalvinHP #GuyCurriersFeed #Josh_Atwell #KatiLehmuskoski #MitchellAshley #Poller #TheNJDevOpsGuy #ADFD1 #GestaltIT
https://gestaltit.com/tech-field-day/sulagna/app-modernization-a-measured-exercise-or-a-no-brainer/
Cloud Native is Just a Marketing Term
Software developers used to use the term cloud native to describe applications that are designed for the cloud, but today it seems to be more of a term for containerized applications. This episode of the Tech Field Day podcast, recorded ahead of Cloud Field Day 20, includes Guy Currier, Jack Poller, Ziv Levy, and Stephen Foskett discussing the true meaning of cloud native today. Merely running a monolithic application in containers doesn’t make it cloud native, though it certainly can be beneficial. To be truly cloud native, an application has to be microservices based and scalable, and built to take advantage of modern application platforms and resources. There is some question whether a cloud native application needs to have API access, telemetry and observability, service management, network and storage integration, and security. But ultimately the words used to describe an application are less important than the value and benefits of it. Although it is disappointing that the definition of cloud native has been watered down, the core concepts still have value.
Apple Podcasts | Spotify | Overcast | Amazon Music | YouTube Music | Audio
For more information on upcoming events or to watch the presentations, head to the Tech Field Day website and click on the Cloud Field Day 20 event page.
The Dilution and Value of “Cloud Native”
Software developers originally coined the term “cloud native” to describe applications specifically designed for cloud environments. However, over time, this term has evolved, or arguably devolved, into a buzzword often associated with containerized applications.
Initially, “cloud native” was a term to describe applications that were fundamentally designed to leverage cloud resources. These applications were built with the understanding that cloud resources could be ephemeral and not always persistently available. This necessitated a design philosophy that embraced the cloud’s self-service nature and inherent fragility. Fast forward to the present, and “cloud native” is often synonymous with containerization, particularly Kubernetes. This shift has led some to question whether the term retains its original meaning or has been diluted.
In the cybersecurity realm, “cloud native” is frequently used to distinguish applications developed specifically for the cloud from legacy applications that were adapted to run in cloud environments. This distinction is crucial for understanding the capabilities and limitations of a given application. However, the term’s overuse and varied interpretations can lead to confusion, as different vendors and stakeholders may have different definitions of what constitutes a cloud native application.
Within the infrastructure world, “cloud native” has become almost interchangeable with “Kubernetes.” This association is not without merit, as Kubernetes has become a cornerstone of modern cloud infrastructure. However, equating cloud native solely with containerization overlooks the broader architectural principles that truly define cloud native applications.
A critical aspect of cloud native applications is their design around microservices and scalability. Simply running a monolithic application in a container does not make it cloud native. True cloud native applications are built to take full advantage of modern application platforms and resources. This includes being microservices-based, scalable, and capable of leveraging the cloud’s dynamic nature.
There is a question as to whether cloud native applications need to have API access, telemetry, observability, service management, network and storage integration, and robust security. While these features are often associated with cloud native applications, they are not necessarily definitional. For instance, APIs are a standard way to interact with cloud native systems, allowing for automation and scalability. However, an application could theoretically be cloud native without relying heavily on APIs.
A similar question can be raised about telemetry and observability. These features provide critical insights into how an application is performing and behaving in a cloud environment, making them indispensable for managing cloud native applications effectively.
Security and networking are also crucial components. Cloud native applications must be designed with security in mind, leveraging various services and controls to ensure a secure stack. Networking, often overlooked, plays a vital role in ensuring the responsiveness and availability of cloud native applications.
Despite the term’s dilution, the core concepts of cloud native applications—scalability, performance, stability, and predictability—remain valuable. These principles enable the development of applications that can grow and adapt to meet changing demands, providing a significant advantage over traditional monolithic architectures.
Ultimately, while “cloud native” may be used as a marketing term, its true value lies in the benefits it delivers. As long as an application meets the goals of scalability, performance, and resilience, the specific terminology becomes less important. However, it is crucial for vendors and developers to back up their claims with tangible results, ensuring that the term “cloud native” retains its significance in the industry.
Podcast Information:
Stephen Foskett is the Organizer of the Tech Field Day Event Series, now part of The Futurum Group. Connect with Stephen on LinkedIn or on X/Twitter.
Guy Currier is the VP and CTO of Visible Impact, part of The Futurum Group. You can connect with Guy on X/Twitter and on LinkedIn. Learn more about Visible Impact on their website. For more insights, go to The Futurum Group’s website.
Ziv Levy is the Founder and CEO at Cloudsulting, LLC. You can connect with Ziv on X/Twitter or on LinkedIn. Read more about his thoughts through his LinkedIn updates.
Jack Poller is and industry leading cybersecurity analyst and Founder of Paradigm Technica. You can connect with Jack on LinkedIn or on X/Twitter. Learn more on Paradigm Technica’s website.
Thank you for listening to this episode of the Tech Field Day Podcast. If you enjoyed the discussion, please remember to subscribe on YouTube or your favorite podcast application so you don’t miss an episode and do give us a rating and a review. This podcast was brought to you by Tech Field Day, home of IT experts from across the enterprise, now part of The Futurum Group.
#CFD20 #TFDPodcast #GestaltIT #GuyCurriersFeed #Poller #SFoskett #TechFieldDay #TechFieldDayPod #ZivLevy_
https://wp.me/p4YpUP-mlR