Skip to content

Commit

Permalink
Merge pull request WeMakeDevs#659 from siddhant-khisty/Napptive
Browse files Browse the repository at this point in the history
Add: Simplify Cloud native deployment webinar
  • Loading branch information
siddhant-khisty authored Jun 8, 2023
2 parents aed0560 + ecdbb5f commit 083b192
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 1 deletion.
Binary file added src/assets/webinars/simplify-deployments.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions src/content/Webinars/SimplifiedDeployment.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
import Poster from '@/assets/webinars/simplify-deployments.png';

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

const SimplifiedDeploymentWebinar = {
header: IndividualWebinarCompletedPageHeader,
name: 'Simplified Cloud-native Application Deployment with Napptive Playground and KubeVela',
description:
'This webinar explores how the Napptive Playground leverages Kubernetes and KubeVela to simplify the process of deploying cloud-native applications. It introduces the Open Application Model and the role of KubeVela in creating easy-to-use applications for Kubernetes. Then, it demonstrates the unique features of Napptive Playground, allowing developers to launch applications quickly even without in-depth knowledge of Kubernetes.',
poster: Poster,
//videoUrl: 'TBD',
takeaways: [
'Introduction to the Open Application Model',
'How does the OAM model make deployments easier?',
'Learn how to use the Napptive Playground and Kubevela to simplify cloud-native deployments',
],
time: '21 June 2023 15:00:00 GMT',
speakers: [
{
name: 'Daniel Higuero',
description: 'CTO at Napptive',
twitter: 'dhiguero',
img: 'https://pbs.twimg.com/profile_images/647048995899068416/WtMnCepy_400x400.jpg',
},
],
register: 'SimplifiedDeploymentWebinar',
slug: 'simplify-cloud-native-deployments',
faq: IndividualWebinarPageFAQ,
};

export default SimplifiedDeploymentWebinar;
11 changes: 10 additions & 1 deletion src/content/Webinars/index.content.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { IndividualWebinarPageFAQ } from '@/content/Webinars/IndividualWebinarPageContent';
import SimplifiedDeploymentWebinar from '@/content/Webinars/SimplifiedDeployment';
import ZeroDowmtime from '@/content/Webinars/ZeroDowntimeKubeslice';

import BPFWebinar from './BPFWebinar';
import ChatOpsWebinar from './ChatOpsWebinar';
import GopherWebinar from './GopherWebinar';
Expand Down Expand Up @@ -60,6 +60,15 @@ export const webinar = [
details: GopherWebinar,
},

{
img: SimplifiedDeploymentWebinar.poster,
title: SimplifiedDeploymentWebinar.name,
description: SimplifiedDeploymentWebinar.description,
time: SimplifiedDeploymentWebinar.time,
slug: SimplifiedDeploymentWebinar.slug,
details: SimplifiedDeploymentWebinar,
},

{
img: ChatOpsWebinar.poster,
title: ChatOpsWebinar.name,
Expand Down

0 comments on commit 083b192

Please sign in to comment.