generated from redhat-scholars/courseware-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update titles and content for Podman Desktop Tutorial
- Loading branch information
1 parent
40a6799
commit 9d50d34
Showing
6 changed files
with
38 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,20 @@ | ||
* xref:01-setup.adoc[1. Setup] | ||
** xref:01-setup.adoc#prerequisite[Prerequisites] | ||
** xref:01-setup.adoc#minikube[Setup Minikube] | ||
* Requirements | ||
** xref:setup.adoc[Podman Desktop Setup] | ||
* xref:02-deploy.adoc[2. Deploy Service] | ||
** xref:02-deploy.adoc#package[Build Service] | ||
** xref:02-deploy.adoc#deploy[Deploy Dervice] | ||
* I. Podman Desktop Fundamentals | ||
** xref:intro.adoc[Introduction to Containers] | ||
** xref:podman-basics.adoc[Podman Desktop Interface & Essentials] | ||
** xref:building-images.adoc[Building Images in Podman Desktop] | ||
** xref:running-containers.adoc[Running and Managing Containers] | ||
* II. Container Orchestration with Pods | ||
** xref:pods.adoc[Pods: The Next Level] | ||
** xref:pod-networking.adoc[Networking Within Pods] | ||
* III. Kubernetes Integration | ||
** xref:kubernetes-overview.adoc[Kubernetes: Orchestration Power] | ||
** xref:podman-kubernetes.adoc[Podman Desktop & Kubernetes Development] | ||
** xref:monitoring.adoc[Monitoring Kubernetes with Podman Desktop] | ||
* Resources | ||
** xref:resources.adoc[Additional Resources & Documentation] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,22 @@ | ||
= Welcome to Template Tutorial | ||
= Welcome to the Podman Desktop Tutorial | ||
:page-layout: home | ||
:!sectids: | ||
|
||
image::podman-desktop-feature.png[Podman Desktop Logo, 600] | ||
|
||
Explore the features and benefits of https://podman-desktop.io[Podman Desktop] for streamlining your container workflows. Build, manage, and even deploy to Kubernetes-like environments – all from your desktop. | ||
|
||
[.text-center.strong] | ||
== Publish Services to Kubernetes | ||
== What is Podman Desktop? | ||
|
||
A Kubernetes tutorial to show how you can deploy a Java service to a Kubernetes cluster as it was a child game. | ||
Podman Desktop is a powerful open-source tool designed to simplify container management on Windows, macOS, and Linux. Key strengths include: | ||
|
||
[.tiles.browse] | ||
== Browse modules | ||
* **Security:** Rootless design and https://blog.podman.io/2023/12/interaction-between-user-namespaces-and-capabilities/[strong isolation] for safer containerized applications. | ||
* **Emphasis on Pods** for https://podman.io/features[simplified grouping and resource sharing] of containers. | ||
* **Multi-Engine Support:** Manage not only containers with Podman, but https://podman-desktop.io/extend[Docker, OpenShift, and Kind environments as well]. | ||
* **Docker Compatibility:** Leverage https://podman-desktop.io/blog/5-things-to-know-for-a-docker-user[familiar Docker concepts] and commands for easy transitions. | ||
[.tile] | ||
.xref:01-setup.adoc[Get Started] | ||
* xref:01-setup.adoc#minikube[Minikube] | ||
[.tiles.browse] | ||
== Tutorial Steps | ||
|
||
[.tile] | ||
.xref:02-deploy.adoc[Deploying] | ||
* xref:02-deploy.adoc#package[Package the Application] | ||
* xref:02-deploy.adoc#deploy[Deploy the Application] | ||
include::../nav.adoc[] |
Empty file.
Binary file not shown.