Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
Merge branch 'WeMakeDevs:main' into testimonials-details
Browse files Browse the repository at this point in the history
  • Loading branch information
techmannih authored Dec 2, 2023
2 parents 6964bff + d121efc commit 7073206
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
Binary file added src/assets/webinars/ManageK8Applications.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions src/content/Webinars/ManageK8Applications.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
import Poster from '@/assets/webinars/ManageK8Applications.jpg';

import {
IndividualWebinarCompletedPageHeader,
IndividualWebinarPageFAQ,
} from './IndividualWebinarPageContent';

const ManageK8Applications = {
header: IndividualWebinarCompletedPageHeader,
name: 'How to Manage and Control Kubernetes Applications Without Kubernetes Expertise',
description:
'Developers have a hard time managing applications deployed to Kubernetes. They need to understand how Kubernetes works, how to access clusters, and how to compose, monitor, and audit applications. As developers’ Kubernetes responsibilities keep growing, learning and maintaining all this takes precious time away from their main responsibility of delivering quality applications and producing business value.\n\nLens AppIQ is designed to help developers address these issues, giving them a platform where they can visualize and support their applications without a deep understanding of Kubernetes. It enables developers to take back control of their time and focus on application development.\n\n In this hands-on webinar, we will demonstrate how developers can use Lens AppIQ to manage their own applications, no matter what stage of the Kubernetes journey they’re in, and how they can take advantage of its app-centric approach.',
poster: Poster,
videoUrl: 'https://www.youtube.com/embed/3ILs0gRtlsU',
takeaways: [
'Import existing applications to Lens AppIQ',
'Deploy new apps with just a Docker image',
'Access logs and events for their apps',
' Visualize the topology of an application in Kubernetes',
'Set up alerts to monitor your app’s integrity',
'Integrate with Lens Desktop',
],
time: '28 November 2023 12:30:00 GMT',
speakers: [
{
name: 'Daniel Echegaray M.',
description: 'Principal Engineer @Mirantis',
linkedin: 'danielechegaraym',
img: 'https://media.licdn.com/dms/image/C4E03AQGhtfNZAMZKaw/profile-displayphoto-shrink_800_800/0/1635704257100?e=1706745600&v=beta&t=i54L3NXmmVvqlxw5sbc91IkK2FBXmgUyD6K_F73v2eg',
},
],
slug: 'manage-k8-applications',
faq: IndividualWebinarPageFAQ,
};

export default ManageK8Applications;
9 changes: 9 additions & 0 deletions src/content/Webinars/index.content.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import HeadlessBrowser from '@/content/Webinars/HeadlessBrowser';
import { IndividualWebinarPageFAQ } from '@/content/Webinars/IndividualWebinarPageContent';
import KafkaWebinar from '@/content/Webinars/KafkaWebinar';
import LivecycleWebinar from '@/content/Webinars/LivecycleWebinar';
import ManageK8Applications from '@/content/Webinars/ManageK8Applications';
import ObservabilityDevOps from '@/content/Webinars/ObservabilityDevOps';
import SimplifiedDeploymentWebinar from '@/content/Webinars/SimplifiedDeployment';
import SurrealDBWebinar from '@/content/Webinars/SurrealDBWebinar';
Expand Down Expand Up @@ -46,6 +47,14 @@ const WebinarPageContent = {
export default WebinarPageContent;

export const webinar = [
{
img: ManageK8Applications.poster,
title: ManageK8Applications.name,
description: ManageK8Applications.description,
time: ManageK8Applications.time,
slug: ManageK8Applications.slug,
details: ManageK8Applications,
},
{
img: DatabaseGuardrails.poster,
title: DatabaseGuardrails.name,
Expand Down

0 comments on commit 7073206

Please sign in to comment.