Skip to content

Commit 3c35b30

Browse files
authored
Merge pull request #601 from mathieu-benoit/fr
Enable i18n with fr(French) for website
2 parents 261f949 + b4e179c commit 3c35b30

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+3583
-0
lines changed

website/config.toml

+7
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,13 @@ weight = 5
8686
[languages.es.params]
8787
description = "El TAG App Delivery se centra en habilitar proyectos e iniciativas relacionados con el despliegue de aplicaciones cloud-native, incluyendo su construcción, manejo y operativa."
8888

89+
[languages.fr]
90+
title = "CNCF TAG App Delivery"
91+
description = "Le TAG App Delivery se concentre sur la mise en oeuvre de projets et d'initiatives liés à la livraison d'applications cloud natives, comprenant leur création, déploiement, gestion et exploitation."
92+
languageName = "Français(French)"
93+
contentDir = "content/fr"
94+
weight = 6
95+
8996
[markup]
9097
[markup.goldmark]
9198
[markup.goldmark.renderer]

website/content/fr/_index.md

+60
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
title: "CNCF TAG App Delivery"
3+
list_pages: true
4+
---
5+
6+
<div class="row mt-5 mb-3">
7+
<div class="col-lg-6">
8+
<img src="/images/tag-app-delivery-horizontal-color.svg" alt="Tag App Delivery logo" style="max-width: 300px;">
9+
</div>
10+
<div class="col-lg-6">
11+
<div class="lead">
12+
Projects and initiatives related to delivering cloud-native
13+
applications, including building, packaging, deploying, managing, and
14+
operating them.
15+
</div>
16+
</div>
17+
</div>
18+
19+
The TAG gathers feedback from cloud-native application developers, platform
20+
engineers and end users; shares that feedback with projects in its domain; and
21+
produces guidance and examples for end users.
22+
23+
The TAG supports projects related to its charter
24+
such as those in the [CNCF Landscape](https://landscape.cncf.io/card-mode) under
25+
[application definition and image build](https://landscape.cncf.io/card-mode?category=application-definition-image-build&project=hosted),
26+
[continuous integration and delivery](https://landscape.cncf.io/card-mode?category=continuous-integration-delivery&project=hosted)
27+
and [container registry](https://landscape.cncf.io/card-mode?category=container-registry&project=hosted).
28+
29+
Today there are two active working groups under the TAG -
30+
[WG Platforms](./wgs/platforms/) and [WG Artifacts](./wgs/artifacts/).
31+
32+
## Meetings
33+
34+
1st and 3rd Wednesday of each month at 16:00 UTC ([convert to your local
35+
time](https://dateful.com/convert/utc?t=16)).
36+
37+
Meetings are listed on the [main CNCF calendar](https://www.cncf.io/calendar/)
38+
as well as the [CNCF Community Calendar](https://community.cncf.io/tag-app-delivery/).
39+
40+
* [Agenda and Notes](https://docs.google.com/document/d/1OykvqvhSG4AxEdmDMXilrupsX2n1qCSJUWwTc3I7AOs/edit#)
41+
* [Zoom Meeting](https://zoom.us/j/7276783015) (Passcode: 77777)
42+
* [Recordings of previous meetings](https://www.youtube.com/playlist?list=PLj6h78yzYM2OHd1Ht3jiZuucWzvouAAci)
43+
44+
## Leads
45+
46+
- [Alois Reitbauer](https://github.com/AloisReitbauer) (Chair)
47+
- [Josh Gavant](https://github.com/joshgav) (Chair)
48+
- [Thomas Schuetz](https://github.com/thschue) (Chair)
49+
- [Alex Jones](https://github.com/alexsjones) (TL)
50+
- [Lian Li](https://github.com/lianmakesthings) (TL)
51+
- [Karena Angell](https://github.com/angellk) (TL)
52+
53+
### Additional Resources
54+
55+
- [TAG Charter](https://github.com/cncf/toc/blob/main/tags/tag-charters/app-delivery.md)
56+
- Slack channel: [#tag-app-delivery](https://cloud-native.slack.com/messages/CL3SL0CP5)
57+
- [Invite yourself to the CNCF Slack](https://slack.cncf.io/)
58+
- [Mailing list](https://lists.cncf.io/g/cncf-tag-app-delivery/topics)
59+
60+
<p class="mt-5"><img src="/images/man-using-laptop.jpg" alt="Man working on computer"></p>

website/content/fr/about/_index.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: About TAG App Delivery
3+
linkTitle: About
4+
toc_hide: true
5+
description: Projects and initatives maintained by TAG App Delivery
6+
---
7+
8+
## Working Groups
9+
10+
The TAG establishes working groups (WGs) to accomplish specific projects and initiatives.
11+
12+
| Working Group | Chairs | Meeting Time |
13+
|---------------|-------------------|---------------------------------------|
14+
| [Platforms](wg-platforms.md) | [Platforms chairs](wg-platforms/#chairs) | [Platforms meetings](wg-platforms/#meetings) |
15+
| [GitOps](https://github.com/cncf/tag-app-delivery/tree/main/gitops-wg) | [gitops-wg/CHAIRS.md](./gitops-wg/CHAIRS.md) | [gitops-wg/README.md#meetings](./gitops-wg/README.md#meetings) |
16+
| [Air Gapped](https://github.com/cncf/tag-app-delivery/tree/main/air-gapped-wg) | | Inactive |
17+
| [Operator](https://github.com/cncf/tag-app-delivery/tree/main/operator-wg) | | Inactive |
18+
|[Artifacts](https://github.com/cncf-tags/wg-artifacts#readme) | [Chairs](https://github.com/cncf-tags/wg-artifacts#chairs) | [Meetings](https://github.com/cncf-tags/wg-artifacts#communications) |
19+
+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: WG Platforms
3+
linkTitle: wg-platforms
4+
description: Work to enable adoption of platforms for cloud-native computing.
5+
---
6+
7+
* [Charter](https://github.com/cncf/tag-app-delivery/tree/main/platforms-wg/charter)
8+
* Slack channel: [#wg-platforms](https://cloud-native.slack.com/archives/C020RHD43BP)
9+
10+
## Chairs
11+
12+
* [Josh Gavant](https://github.com/joshgav)
13+
* [Roberth Strand](https://github.com/roberthstrand)
14+
* [Abby Bangser](https://github.com/abangser)
15+
* [Colin Griffin](https://github.com/krumware)
16+
17+
## Meetings
18+
19+
* Meeting schedule: 2nd and 4th Tuesday of each month at [1600 UTC](https://www.timeanddate.com/worldclock/converter.html?iso=20221213T160000&p1=1440)
20+
* [2nd Tuesday event](https://calendar.google.com/calendar/u/0/r/week/2022/12/13?eid=MDAxZmVpMGE5aDc3a283dGd2Y2YwcnZuYTFfMjAyMjEyMTNUMTYwMDAwWiBsaW51eGZvdW5kYXRpb24ub3JnX281YXZqbHZ0MmNhZTlicTdhOTVlbWM0NzQwQGc)
21+
* [4th Tuesday event](https://calendar.google.com/calendar/u/0/r/week/2022/12/27?eid=NGhyOHY1ZWVrbDliODY3bXU5ZnRtYWo0ZGdfMjAyMjEyMjdUMTYwMDAwWiBsaW51eGZvdW5kYXRpb24ub3JnX281YXZqbHZ0MmNhZTlicTdhOTVlbWM0NzQwQGc)
22+
* [Full CNCF calendar](https://calendar.google.com/calendar/u/0/embed?src=linuxfoundation.org_o5avjlvt2cae9bq7a95emc4740@group.calendar.google.com)
23+
* [Zoom](https://zoom.us/j/7276783015?pwd=R0RJMkRzQ1ZjcmE0WERGcTJTOEVyUT09) (Passcode: 77777)
24+
* [Agendas and notes](https://docs.google.com/document/d/1_smeS9-j-SuHJi0VXjx4g9xiD2-tgqhnlwf5oSMDQgg)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
---
2+
title: TAG App Delivery at Kubecon Chicago
3+
slug: tag-app-delivery-at-kubecon-chicago
4+
date: 2023-10-09 12:00:00 +0000
5+
author: Josh Gavant
6+
categories:
7+
- Announcement
8+
tags:
9+
- Event
10+
---
11+
12+
![Kubecon Chicago 2023](/images/kubecon-chicago-2023.jpg)
13+
14+
At Kubecon Chicago TAG App Delivery will bring together maintainers and users of
15+
projects that enable cloud-native application delivery to meet and learn from
16+
each other. The TAG's goals as always are to a) enable application delivery projects
17+
to learn from each other and from cloud application developers and b) make
18+
application delivery faster and more efficient for end users.
19+
20+
To this end the TAG will host
21+
[a project meeting](https://events.linuxfoundation.org/kubecon-cloudnativecon-north-america/program/project-engagement/#in-person-project-working-session)
22+
on Monday morning at [the Marriott Marquis](https://maps.app.goo.gl/6gczBxScup8Cn6tBA) on Level 4, room name "Probability"; and booth 41 in
23+
[the project pavilion](https://events.linuxfoundation.org/kubecon-cloudnativecon-north-america/program/project-engagement/#project-pavilion)
24+
at the conference center on Tuesday, Wednesday and Thursday. At these venues we'll be hosting talks and discussions about app
25+
delivery topics; if you'd like to share an open source project,
26+
a new idea, or just lead an open discussion please let us know by filling out
27+
[this form](https://forms.gle/ZbNxrK5f72otckvj7).
28+
The project meeting will also be [livestreamed to YouTube](https://www.youtube.com/watch?v=NZCmYRVziGY).
29+
30+
Here's that info again:
31+
32+
- Project meeting on Monday 11/6 from 8am-12pm at the [Marriot Marquis](https://maps.app.goo.gl/6gczBxScup8Cn6tBA), Level 4, room name Probability and [YouTube](https://www.youtube.com/watch?v=NZCmYRVziGY).
33+
- Booth and meetup spot at project pavilion booth #P10 on the show floor each afternoon and evening
34+
- Form for presentation and discussion proposals: <https://forms.gle/ZbNxrK5f72otckvj7>
35+
36+
The TAG will also host
37+
[a panel discussion](https://kccncna2023.sched.com/event/eb75a050355eccf96c4f1d77a831f7d4)
38+
on Tuesday at 3:25pm on the relevance of platforms and platform engineering for
39+
efficient cloud-native computing. Please join us!
40+
41+
Stop by our booth to chat about platforms, GitOps, artifacts and other app
42+
delivery topics and learn more about the TAG.
43+
44+
## Pre-day meetup - Monday morning
45+
46+
The schedule for the project meeting on Monday morning will be as follows. The
47+
meeting will be live streamed and recorded too.
48+
49+
Time | Topic | Presenter
50+
-------|-------|------
51+
08:00 | TAG General Review | [TAG Leads](https://tag-app-delivery.cncf.io/#leads)
52+
09:00 | Sandbox submission review for [Radius](https://radapp.io/) | Jonathan Smith, Microsoft
53+
10:00 | Learn about and discuss [CNOE](https://cnoe.io/) | Nima Kaviani, AWS
54+
11:00 | Workload Specifications: Your Best Friends In Platform Engineering | Atulpriya Sharma, InfraCloud
55+
\- | Automating the Deployment of Data Workloads to Kubernetes with ArgoCD, Argo Workflows, and Hera | Matt Menzenski, Payit
56+
\- | Beyond the Bundle: Porter and CNAB | Sarah Christoff, Microsoft
57+
\- | From Apps to Stacks: Delivering Reusable Analytic Stacks on Kubernetes | Robert Hodges, Altinity
58+
59+
## Booth meetups - Tuesday, Wednesday, Thursday
60+
61+
The schedule for talks at the booth follows:
62+
63+
Date/Time | Topic
64+
--------------|-------
65+
Nov 7 @ 17:00 | Chat with participants from [Platforms Panel](https://kccncna2023.sched.com/event/eb75a050355eccf96c4f1d77a831f7d4)
66+
Nov 8 @ 15:00 | Talks and discussions
67+
\- | Speed up your API delivery with Microcks | Yacine Kheddache, Microcks
68+
\- | How to Build a GitOps Internal Developer Platform on Kubernetes | Christina Andonov, AWS
69+
\- | KubeConstellations: Platform Engineering Patterns | Ram Iyengar, Cloud Foundry
70+
\- | AAA framework & DCD capability map for Platform Engineering | Vishal Biyani, InfraCloud
71+
72+
See you in Chicago!

website/content/fr/blog/_index.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Blog
3+
menu:
4+
main:
5+
weight: 40
6+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
---
2+
title: "Announcing a Whitepaper on Platforms for Cloud-native Computing"
3+
date: 2023-04-10 01:00:00 +0000
4+
author: Josh Gavant, Abby Bangser
5+
categories:
6+
- Announcement
7+
tags:
8+
- WG Platforms
9+
---
10+
11+
<img src="../assets/platforms-pyramid.png" width=400px />
12+
13+
CNCF’s Platforms working group (WG) is pleased to announce the first release of
14+
a whitepaper to provide guidance and clarity on the nature and benefits of
15+
platforms for cloud-native computing. Download it now as a
16+
[PDF](https://github.com/cncf/tag-app-delivery/raw/main/platforms-whitepaper/v1/assets/platforms-def-v1.0.pdf)
17+
or view it on [our website](https://tag-app-delivery.cncf.io/whitepapers/platforms).
18+
19+
Thank you to our many contributors listed below for their ongoing input and
20+
insights!
21+
22+
We prepared this paper because we've learned that platforms enable organizations
23+
to fully realize the promises of cloud computing. Platforms accelerate
24+
application and service delivery by enabling rapid integration of infrastructure
25+
and application components. They are a step in the ongoing evolution of
26+
enterprise IT, providing core capabilities consistently to enable DevOps-style
27+
efficiency and autonomy across an organization.
28+
29+
The objective of this paper is to educate and advise organizational leaders and
30+
would-be platform builders by describing the values internal platforms offer,
31+
the problems they solve, methods to track their success and attributes and
32+
capabilities they require. It presents how today’s CNCF projects fit together as
33+
the foundation of complete platform initiatives. Finally, it provides guidance
34+
on how to enable platform teams to succeed, how to measure their progress, and
35+
some challenges to prepare them for.
36+
37+
WG Platforms and TAG App Delivery are building on this foundation to provide
38+
more guidance and reduce complexity for cloud application builders and CNCF
39+
project maintainers. Join us via the links below as we expand guidance on
40+
practices like integrating a product mindset in platform teams and applying
41+
standard governance policies; and as we pursue conventions for capabilities like
42+
secrets management, artifact storage, web portals and API frameworks, all
43+
potential parts of a complete platform:
44+
45+
<img src="../assets/platform_components.png" width=600px />
46+
47+
Last but not least, this version of this paper will not be the last! Please
48+
inform future iterations by responding to our survey (to be shared soon!) and
49+
sharing your platform stories with us in CNCF groups and meetups. Hope to talk
50+
to you soon!
51+
52+
## Thank you to our contributors!
53+
54+
As we reach this milestone we want to thank members of CNCF's WG Platforms for all
55+
[their contributions](https://github.com/cncf/tag-app-delivery/commits/main/platforms-whitepaper)
56+
and feedback, particularly the following:
57+
58+
- Abby Bangser
59+
- Abhinav Mishra
60+
- Abi Noda
61+
- Alex Chesser
62+
- Brad Bazemore
63+
- Chris Aniszczyk
64+
- Colin Griffin
65+
- Dash Copeland
66+
- Gopal Ramachandran
67+
- Henrik Blixt
68+
- Johannes Kleinlercher
69+
- Josh Gavant
70+
- Justin Abrahms
71+
- Lian Li
72+
- Mark Fussell
73+
- Mauricio Salatino
74+
- Pascal Fenkam
75+
- Raffaele Spazzoli
76+
- Roberth Strand
77+
- Saim Safdar
78+
- Scott Nasello
79+
- Taras Mankovski
80+
- Thomas Vitale
81+
- Viktor Nagy
82+
83+
## Resources
84+
85+
- Slack: <https://cloud-native.slack.com/archives/C020RHD43BP>
86+
- Work item tracker: <https://github.com/cncf/tag-app-delivery/issues/new/choose>
87+
- Mailing list: <https://lists.cncf.io/g/cncf-tag-app-delivery>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
---
2+
title: 'Announcing the Platform Engineering Maturity Model'
3+
date: 2023-11-01 00:00:00 +0000
4+
author: Abby Bangser, Josh Gavant
5+
categories:
6+
- Announcement
7+
tags:
8+
- WG Platforms
9+
---
10+
11+
The CNCF Platforms Working Group (WG) is excited to present the first release of a platform engineering maturity model which provides a more concrete application of the extremely well received white paper from this past April.
12+
13+
Download now as a [PDF](https://github.com/cncf/tag-app-delivery/raw/main/platforms-maturity-model/v1/assets/platform-eng-maturity-model-v1.0.pdf) or view it on our [website](https://tag-app-delivery.cncf.io/whitepapers/platform-eng-maturity-model/).
14+
15+
We want to thank the almost 50 people who have contributed their time and ideas to make this model reflect the state of companies both small and large and across both fast moving and highly regulated industries; all of them are listed below.
16+
17+
The [platforms white paper](https://tag-app-delivery.cncf.io/whitepapers/platforms/) released in April 2023 was always aimed at providing an executive summary on the what and why behind platforms. This paper successfully defined a north star for many organizations but left questions about how they can progress. This new model presents platform engineering as the practice used to offer an internal platform as a product through investment in all parts of building platforms and their capabilities - the people, processes, policy, and technology which in turn drive business outcomes.
18+
19+
<img src="../assets/platforms-mm-v1-table.png" width=600px /><br/>
20+
21+
While presented as a single model with 5 aspects and 4 levels of maturity, the accompanying paper extends well beyond the black and white tick box exercise sometimes associated with maturity models.
22+
23+
Clear explanations of each aspect and each level within an aspect are provided and characteristics and scenarios are provided for each model item. These details have been collected from diverse working group members' experiences to provide readers a chance to see real world applications hand in hand with the theory behind each progression. In addition, we want _your_ stories to help decorate this model by including examples that you are happy to share. To introduce a new example, please [follow the contribution guide](https://tag-app-delivery.cncf.io/contribute/platform-maturity-model-examples/) and share your story.
24+
25+
As readers, we encourage you to remember that it is not only costly, but sometimes actively detrimental to blindly follow any model to the highest level of maturity. Instead, we hope you will use this model to identify both your current and desired characteristics, enabling you to target your investment in the areas you will most benefit from.
26+
27+
Finally, we want to take this opportunity to reintroduce the working group as a welcoming community of companies building platforms, consulting on platforms, and creating tools to support platform builders. We have a number of exciting initiatives in flight and would love to see you get involved including fortnightly meetings to share platform building stories and a deep dive paper on Platform as a Product. For more information please see our [website](https://appdelivery.cncf.io) or join the #wg-platforms channel in the [CNCF slack](https://slack.cncf.io/).
28+
29+
## Thank you to our contributors!
30+
31+
As we reach this milestone we want to thank all the reviewers for all their contributions and feedback:
32+
33+
* Abby Bangser (Project lead)
34+
* Abby Kearns
35+
* Abdur Rahman Mungul
36+
* Adam Gardner
37+
* Adrian Cockroft
38+
* Antoine Bermon
39+
* Areti Panou
40+
* Asare Nikansah
41+
* Asare Nkansah
42+
* Atulpriya Sharma
43+
* Blake Romano
44+
* Bob Hong
45+
* Bruno Dias
46+
* Colin Griffin
47+
* Colin Humphreys
48+
* Daniel Bryant
49+
* David Sandilands
50+
* Edward (Ted) Newman
51+
* Jennifer Riggins
52+
* John Dietz
53+
* John Gardner
54+
* Josh Gavant
55+
* Karena Angell
56+
* Kief Morris
57+
* Kirstin Slevin
58+
* Luca Acquaviva
59+
* Manuel Pais
60+
* Marsh Gardiner
61+
* Matt Menzenski
62+
* Michael Coté
63+
* Michael Kestigian
64+
* Nadav Cohen
65+
* Nicki Watt
66+
* Niklas Beinghaus
67+
* Paula Kennedy
68+
* Puja Abbassi
69+
* Puneet Kandhari
70+
* Ram Iyengar
71+
* Ramanujan Iyengar
72+
* Rick Osowski
73+
* Roberth Strand
74+
* Rogerio Angeliski
75+
* Saim Safdar
76+
* Sam Newman
77+
* Simon Forster
78+
* Tsahi Duek
79+
* Victor Lu
80+
* Vijay Chintha
81+
* Viktor “Bika” Nagy
82+
* Vishal Biyani
83+
84+
## Resources
85+
86+
Slack: https://cloud-native.slack.com/archives/C020RHD43BP
87+
88+
Mailing list: https://lists.cncf.io/g/cncf-tag-app-delivery
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)