Platform Engineering Panel

I am excited to be on another panel for the Come Cloud With Us folks!

This time this panel is focused on Platform Engineering. It will be at the end of February. You wont want to miss this panel! Here is more info about the panel:

When:

Thursday, February 29, 2024 at 4:00 PM to 5:30 PM CST

Where:

Online event

The Panel:
Steve Buchanan – Principal Program Manager at Microsoft
Kaslin Fields – Developer Advocate at Google
Marino Wijay – Cloud Native Solutions Engineering and Advocacy at Solo
Michael Levan – Chief Engineer/Consultant, Content Creator, and Trainer
Saim Safdar – Technical Leader and CNCF Ambassador
Kat Morgan – Developer Advocate at Pulumi
Whitney Lee – Staff Technical Advocate at VMware
Robin Smorenburg – Lead Cloud Architect – Azure MVP & CNCF Ambassador

Register:

https://www.meetup.com/comecloudwithus/events/298689442

Read more

GitHub Copilot for IT Pros – my 23rd Pluralsight Course Published

Exciting announcement for the new year. My 23rd course with Pluralsight has published! This one is a Generative AI related course. It is titled “GitHub Copilot for IT Pros“. This is my first course in 2024.

Github Copilot is not just for Developers, its also for IT pros. In today’s world, AI is ubiquitous, enhancing efficiency and acting as a valuable assistant. GitHub Copilot, an AI-powered para-programmer, accelerates coding for developers, making the process faster and more efficient. IT professionals can also leverage Copilot to enhance their efficiency across various domains, including automation and Infrastructure as Code (IaC).

This course is for folks in roles such as Platform Engineers, DevOps Engineers, Systems Engineers, Cloud Engineers, and more. It will help you learn how GitHub Copilot can be leveraged as coding sidekick, speeding up IaC and automation script development.

This course shows you how to use GitHub Copilot, the AI-powered peer developer integrated into Visual Studio Code. First, you’ll explore GitHub Copilot and its features. Next, you’ll discover GitHub Copilot IDE integrations. Finally, you’ll learn how to use GitHub Copilot’s various features. When you’re finished with this course, you’ll have the skills and knowledge of GitHub Copilot needed to utilize GitHub Copilot as an IT pro.

Some of the major topics covered include:

  1. What AI & Common AI Terminology is?
  2. Understanding GitHub Copilot and its Features.
  3. How to setup GitHub Copilot with VS Code?
  4. How to use GitHub Copilot features like: suggestions, autofill, code testing, Copilot chat & more.

When you’re finished with this course, you’ll have a better understanding of GitHub Copilot all up and how it can be a critical tool for IT pros.

Check out the “GitHub Copilot for IT Pros“ course here:

https://www.pluralsight.com/courses/github-copilot-it-pros

This course is also part of new “Microsoft Copilot Product Journey” and “Generative AI for IT Pros Path” paths on the Pluralsight platform.

https://app.pluralsight.com/paths/skills/generative-ai-for-it-pros

https://app.pluralsight.com/paths/skills/microsoft-copilot-product-journey

In the Microsoft Copilot Product Journey path you will also find courses on the following (NOTE: many of the courses are still being developed):

Introduction to Microsoft Copilot
Copilot for Microsoft 365 Apps (Microsoft Office)
Copilot for Microsoft Teams
Copilot for Web
Copilot for Microsoft Windows
Copilot for Microsoft SharePoint and OneDrive
Copilot for Power Platform: The Big Picture

I hope you find value in this new GitHub Copilot for IT Pros course. Be sure to follow my profile on Pluralsight so you will be notified as I release new courses

Here is the link to my Pluralsight profile to follow me:

https://www.pluralsight.com/authors/steve-buchanan

Read more

Twitter space – Navigating Platform Engineering Emerging Practices

To kick off the new year I am trying something new. For the 1st time I will be speaking on a Twitter space. This Twitter space is about Platform Engineering. It was hosted by cloud native and open source champion SAIM SAFDAR (@cloudnativeboy).

On this twitter space we talked about how to prepare your journey of learning and navigating the Platform Engineering (PE) landscape, my latest PE course, the PE guide from Microsoft and emerging best practices, and taking question’s from folks on the space.

We even had special guest Kubernetes and Platform Engineering expert Michael Levan (@TheNJDevOpsGuy) show up on the space! He shared some great insight on PE as well.

If you missed the space you can watch a recording of the space here:

https://twitter.com/cloudnativeboy/status/1742960501490081846

Read more

New Platform Engineering Blog Post on Pluralsight

I am excited to announce my second ever blog on Pluralsight.com. This blog is about Platform Engineering. In this post I break down what platform engineering is, the business problems it solves, and how to know if your organization is ready to roll it out yet.

In the blog post, we explore why there is so much hype around platform engineering, if Platform Engineering is a replacement for DevOps, how Internal Developer Platforms help resolve the infrastructure gaps, and more. Be sure to check it out!

👉 Read the blog post here:

https://www.pluralsight.com/resources/blog/it-ops/what-is-platform-engineering

Read more

Azure Friday: Exploring Automated Deployments for AKS with Steve Buchanan and Scott Hanselman

Hey everyone, today I’m super excited to tell you about a recent episode of Azure Friday that I was lucky enough to be a guest on.

Azure Friday is a weekly video series hosted by the legendary Scott Hanselman, where he interviews experts and developers on various Azure-related topics. In this episode, we talked about Automated Deployments for AKS, a new feature that makes it super easy to deploy your apps to Azure Kubernetes Service.

If you’re not familiar with AKS, it’s a managed Kubernetes service that lets you run containerized applications on Azure without having to worry about the complexity of managing the cluster. It’s a great way to scale your apps and take advantage of the benefits of Kubernetes, such as high availability, load balancing, and service discovery.

But what if you’re not familiar with containers or Kubernetes? What if you just have some code in a GitHub repo and you want to run it on AKS? That’s where Automated Deployments for AKS come in. It’s a feature that simplifies the Kubernetes development process by taking care of the tedious work of containerization for you. It uses a tool called Draft, which automatically detects the language and framework of your app, creates a Dockerfile and a Helm chart for you, builds and pushes the image to Azure Container Registry, and deploys the app to AKS. All with just a few clicks in the Azure Portal.

Sounds amazing, right? Well, that’s what I wanted to show Scott in this episode. I had an app hosted in a GitHub repo that I wanted to run on AKS. The app was a simple web app that displayed some data from a database. I had already created a few resources in Azure, such as a resource group, an Azure Container Registry, and an AKS cluster. All I needed to do was use Automated Deployments for AKS to get this app from code to running on a cluster.

So how did it go? Well, you’ll have to watch the episode to find out. But spoiler alert: it was super easy and fast. In just a few commands, I went from code to an app running on AKS. Scott was impressed and so was I. We had a great time chatting about how Automated Deployments for AKS works under the hood, some of the benefits and limitations of using it, and how it can help developers get started with containers and Kubernetes.

Check out the episode here:

https://aka.ms/azfr/749

With Automated Deployments, Microsoft is opening up new avenues for developers to embrace the power of containers and AKS, enabling them to effortlessly build scalable and robust applications.

If you’re interested in learning more about Automated Deployments for AKS, you can check out the documentation here: https://learn.microsoft.com/en-us/azure/aks/automated-deployments. It’s available today in public preview, so you can try it out for yourself and see how easy it is to run your apps on AKS.

That’s all for today. I hope you enjoy this episode of Azure Friday as much as I did. It was an honor and a pleasure to be a guest on Scott’s show and talk about one of my favorite topics: Azure Kubernetes Service. If you have any questions or feedback, feel free to leave a comment or reach out to me on Twitter at @Buchatech. Thanks for reading and happy coding!

Read more

Guest on Kubernetes Unpacked Podcast EP014 – “Using GitOps and AKS to Build and Deploy Apps

I recently was a guest on Michael Levan‘s Kubernetes Unpacked Podcast on the Packet Pushers network.

This is Kubernetes Unpacked episode #014 it is titled: “Using GitOps And AKS To Build And Deploy Applications

Michael and I talked about using GitOps and Azure Kubernetes Service (AKS) to automate the building and deployment of applications. We also chat about an entire architecture incorporating AKS, GitHub Actions, Azure Container Registry, GitHub, and ArgoCD along with how it all comes together to make a useful stack. Check out the podcast below.

Link to the podcast:

https://packetpushers.net/podcast/kubernetes-unpacked-014-using-gitops-and-aks-to-build-and-deploy-applications/

Listen here:

Read more

Giving Keynote – Networking is more relevant than ever in a cloud-native world

I will be giving the Keynote at the next (MN)NUG (Minnesota Networking User Group) event on December 6th. (MN)NUG is a part of the (US)NUA (US Networking User Association) organization that hosts a vendor-neutral environment to talk networks. With beer.

After my talk, there will be a panel of networking experts from Target, Cologix, Cisco, and Arista Networks.

Here is my talk info:

Title:

Networking is more relevant than ever in a cloud-native world (cloud & Kubernetes)

Abstract:

Folks are often so focused on the new and shiny stuff in modern technology such as cloud, Kubernetes, and DevOps, however, core skills such as networking are as relevant as ever and one of the top skills one should have when working with these modern technologies. In this session, Steve is going to explore why you should start with networking when embarking on a journey into the cloud or Kubernetes.

Here is the full schedule:

4:30pm – 5:00pm Check-In / Open Mingle

5:00pm – 5:50pm Keynote Presentation Networking more relevant than ever in a cloud-native world (cloud & Kubernetes)

5:50pm – 6:15pm Break

6:15pm – 7:15pm Panel Discussion Emerging Networking Ideas & Trends

7:15pm – 7:30pm Open Mingle

If you have an unwrapped donation for “Toys for Tots” you may bring it to this event for drop off.

Full event info and registration here:

https://events.bizzabo.com/441464

Read more

BIT Talk: Destination Cloud – Pivoting Your Career in Tech

This month I will be a guest speaker at the free Blacks In Technology Twin Cities chapter happy hour event. We will be having a tech career discussion. The topic is: “Destination Cloud – Pivoting Your Career in Tech with Steve Buchanan“.

When: The happy hour event will be on Wed, May 25, 2022, 6:00 PM – 8:00 PM.

Location: Modern Well, 2909 S Wayzata Blvd, Minneapolis, MN 55405.

Join us for an evening with me and moderator Brian Waters as we explore career pathways in the Digital Space. Here are topics we will explore:

  • Choosing an area of interest
  • Being Strategic & Intentional in Career Search & Growth
  • Transitioning into Different Tech Disciplines & Industries, and
  • Identifying tech trends on the horizon!

This event is both in-person and virtual. The in-person location is Modern Well, 2909 S Wayzata Blvd, Minneapolis, MN 55405 and the zoom link is below. I hope you can make it out to this event!

Register here: https://us02web.zoom.us/j/85049210370?pwd=M0ZQR0twNTlQbTJGOUtDZjloVFA2dz09 or here: https://www.linkedin.com/events/destinationcloud-pivotingyourca6927748171498475520

Read more

Watch Learn Live Episode 7 – Introduction to Azure Arc enabled Kubernetes

Today Pierre Roman (@wiredcanuck) Senior Cloud Advocate of Microsoft & myself (@buchatech) streamed “Introduction to Azure Arc enabled Kubernetes” on Learn Live. Here is what we covered in this session:

In this session, showed you how Azure Arc enabled Kubernetes clusters can help customers like Contoso to optimize and simplify their operations. Here are the Learning objectives we covered:

  • Describe Kubernetes, Azure Arc, and Azure Arc-enabled Kubernetes.
  • Connect Kubernetes clusters to Azure Arc.
  • Manage Azure Arc enabled Kubernetes clusters by using GitOps.
  • Integrate Azure Arc enabled Kubernetes cluster with Azure services like Azure Monitor and Azure Policy.

If you missed it don’t worry. 🙂 You can watch the playback on the Microsoft Developer YouTube channel here:

You can check out more Learn Live episodes on the:

Or

Read more

Speaking on the Metaverse at GatherVerse Summit 2022

GatherVerse is a new conference about the MetaVerse. GatherVerse is the creation of entrepreneur & tech leader Christopher Lafayette. The GatherVerse is a global gathering discussing humanity first standards of education, safety, privacy, wellness, equality, community development and accessibility in the next steps of the metaverse. Here is the GatherVerse website: www.gatherversesummit.com

I will be a part of a panel discussing EdTech’s role in the Metaverse. This panel will be on day 2 – February 23rd, 2022 @ 2:00pm pst – 2:48pm pst

I will join a great panel of esteemed tech professionals. On the panel, I will give my personal point of view of how companies and technologies such as Accenture (who recently bought of 60k Oculus headsets), Microsoft, FlipGrid, TakeLessons, LinkedIn Learning, Roblox, Pluralsight, and more fit into the Metaverse.

This event is free. Here are links to learn more and sign up:

Free Tickets
https://www.eventbrite.com/e/gatherverse-summit-tickets-217609685427

Website
www.gatherversesummit.com

LinkedIn Event Link
https://www.linkedin.com/events/gatherversesummit20226871478586432454656/about/

Read more