Compare commits
2 Commits
d0c942d01f
...
e8fe498612
| Author | SHA1 | Date | |
|---|---|---|---|
| e8fe498612 | |||
| 77f40ab686 |
@ -1,11 +1,11 @@
|
|||||||
---
|
---
|
||||||
title: Deploying our first application
|
title: Deploying your first application
|
||||||
exercise: 2
|
exercise: 2
|
||||||
date: '2023-12-05'
|
date: '2023-12-05'
|
||||||
tags: ['openshift','containers','kubernetes','deployments','images']
|
tags: ['openshift','containers','kubernetes','deployments','images']
|
||||||
draft: false
|
draft: false
|
||||||
authors: ['default']
|
authors: ['default']
|
||||||
summary: "Time to deploy our first app!"
|
summary: "Time to deploy your first app!"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
@ -35,5 +35,7 @@ Click **Create** to deploy the application.
|
|||||||
OpenShift will pull this container image if it does not exist already on the cluster and then deploy a container based on this image. You will be taken back to the **Topology** view in the **Developer** perspective which will show the new "Parksmap" application.
|
OpenShift will pull this container image if it does not exist already on the cluster and then deploy a container based on this image. You will be taken back to the **Topology** view in the **Developer** perspective which will show the new "Parksmap" application.
|
||||||
|
|
||||||
<Zoom>
|
<Zoom>
|
||||||

|
| |
|
||||||
|
|:-------------------------------------------------------------------:|
|
||||||
|
| *Deploying the container image* |
|
||||||
</Zoom>
|
</Zoom>
|
||||||
|
|||||||
14
package-lock.json
generated
14
package-lock.json
generated
@ -21,7 +21,7 @@
|
|||||||
"next": "13.5.6",
|
"next": "13.5.6",
|
||||||
"next-themes": "^0.0.14",
|
"next-themes": "^0.0.14",
|
||||||
"postcss": "^8.4.5",
|
"postcss": "^8.4.5",
|
||||||
"preact": "^10.6.2",
|
"preact": "^10.19.2",
|
||||||
"react": "18.2.0",
|
"react": "18.2.0",
|
||||||
"react-dom": "18.2.0",
|
"react-dom": "18.2.0",
|
||||||
"react-medium-image-zoom": "^4.3.5",
|
"react-medium-image-zoom": "^4.3.5",
|
||||||
@ -10703,9 +10703,9 @@
|
|||||||
"integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ=="
|
"integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ=="
|
||||||
},
|
},
|
||||||
"node_modules/preact": {
|
"node_modules/preact": {
|
||||||
"version": "10.11.3",
|
"version": "10.19.2",
|
||||||
"resolved": "https://registry.npmjs.org/preact/-/preact-10.11.3.tgz",
|
"resolved": "https://registry.npmjs.org/preact/-/preact-10.19.2.tgz",
|
||||||
"integrity": "sha512-eY93IVpod/zG3uMF22Unl8h9KkrcKIRs2EGar8hwLZZDU1lkjph303V9HZBwufh2s736U6VXuhD109LYqPoffg==",
|
"integrity": "sha512-UA9DX/OJwv6YwP9Vn7Ti/vF80XL+YA5H2l7BpCtUr3ya8LWHFzpiO5R+N7dN16ujpIxhekRFuOOF82bXX7K/lg==",
|
||||||
"funding": {
|
"funding": {
|
||||||
"type": "opencollective",
|
"type": "opencollective",
|
||||||
"url": "https://opencollective.com/preact"
|
"url": "https://opencollective.com/preact"
|
||||||
@ -21328,9 +21328,9 @@
|
|||||||
"integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ=="
|
"integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ=="
|
||||||
},
|
},
|
||||||
"preact": {
|
"preact": {
|
||||||
"version": "10.11.3",
|
"version": "10.19.2",
|
||||||
"resolved": "https://registry.npmjs.org/preact/-/preact-10.11.3.tgz",
|
"resolved": "https://registry.npmjs.org/preact/-/preact-10.19.2.tgz",
|
||||||
"integrity": "sha512-eY93IVpod/zG3uMF22Unl8h9KkrcKIRs2EGar8hwLZZDU1lkjph303V9HZBwufh2s736U6VXuhD109LYqPoffg=="
|
"integrity": "sha512-UA9DX/OJwv6YwP9Vn7Ti/vF80XL+YA5H2l7BpCtUr3ya8LWHFzpiO5R+N7dN16ujpIxhekRFuOOF82bXX7K/lg=="
|
||||||
},
|
},
|
||||||
"prelude-ls": {
|
"prelude-ls": {
|
||||||
"version": "1.2.1",
|
"version": "1.2.1",
|
||||||
|
|||||||
@ -28,7 +28,7 @@
|
|||||||
"next": "13.5.6",
|
"next": "13.5.6",
|
||||||
"next-themes": "^0.0.14",
|
"next-themes": "^0.0.14",
|
||||||
"postcss": "^8.4.5",
|
"postcss": "^8.4.5",
|
||||||
"preact": "^10.6.2",
|
"preact": "^10.19.2",
|
||||||
"react": "18.2.0",
|
"react": "18.2.0",
|
||||||
"react-dom": "18.2.0",
|
"react-dom": "18.2.0",
|
||||||
"react-medium-image-zoom": "^4.3.5",
|
"react-medium-image-zoom": "^4.3.5",
|
||||||
|
|||||||
@ -20,5 +20,15 @@
|
|||||||
<category>openshift</category><category>containers</category><category>kubernetes</category>
|
<category>openshift</category><category>containers</category><category>kubernetes</category>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<guid>https://jmhbnz.github.io/ocp-app-delivery-workshop/workshop/exercise2</guid>
|
||||||
|
<title>Deploying your first application</title>
|
||||||
|
<link>https://jmhbnz.github.io/ocp-app-delivery-workshop/workshop/exercise2</link>
|
||||||
|
<description>Time to deploy our first app!</description>
|
||||||
|
<pubDate>Tue, 05 Dec 2023 00:00:00 GMT</pubDate>
|
||||||
|
<author>jablair@redhat.com (Red Hat)</author>
|
||||||
|
<category>openshift</category><category>containers</category><category>kubernetes</category><category>deployments</category><category>images</category>
|
||||||
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
|||||||
@ -20,5 +20,15 @@
|
|||||||
<category>openshift</category><category>containers</category><category>kubernetes</category>
|
<category>openshift</category><category>containers</category><category>kubernetes</category>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<guid>https://jmhbnz.github.io/ocp-app-delivery-workshop/workshop/exercise2</guid>
|
||||||
|
<title>Deploying your first application</title>
|
||||||
|
<link>https://jmhbnz.github.io/ocp-app-delivery-workshop/workshop/exercise2</link>
|
||||||
|
<description>Time to deploy our first app!</description>
|
||||||
|
<pubDate>Tue, 05 Dec 2023 00:00:00 GMT</pubDate>
|
||||||
|
<author>jablair@redhat.com (Red Hat)</author>
|
||||||
|
<category>openshift</category><category>containers</category><category>kubernetes</category><category>deployments</category><category>images</category>
|
||||||
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
|||||||
24
public/tags/deployments/feed.xml
Normal file
24
public/tags/deployments/feed.xml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>Red Hat OpenShift Application Delivery Workshop</title>
|
||||||
|
<link>https://jmhbnz.github.io/ocp-app-delivery-workshop/workshop</link>
|
||||||
|
<description>Red Hat OpenShift Application Delivery Workshop</description>
|
||||||
|
<language>en-us</language>
|
||||||
|
<managingEditor>jablair@redhat.com (Red Hat)</managingEditor>
|
||||||
|
<webMaster>jablair@redhat.com (Red Hat)</webMaster>
|
||||||
|
<lastBuildDate>Tue, 05 Dec 2023 00:00:00 GMT</lastBuildDate>
|
||||||
|
<atom:link href="https://jmhbnz.github.io/ocp-app-delivery-workshop/tags/deployments/feed.xml" rel="self" type="application/rss+xml"/>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<guid>https://jmhbnz.github.io/ocp-app-delivery-workshop/workshop/exercise2</guid>
|
||||||
|
<title>Deploying your first application</title>
|
||||||
|
<link>https://jmhbnz.github.io/ocp-app-delivery-workshop/workshop/exercise2</link>
|
||||||
|
<description>Time to deploy our first app!</description>
|
||||||
|
<pubDate>Tue, 05 Dec 2023 00:00:00 GMT</pubDate>
|
||||||
|
<author>jablair@redhat.com (Red Hat)</author>
|
||||||
|
<category>openshift</category><category>containers</category><category>kubernetes</category><category>deployments</category><category>images</category>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
</channel>
|
||||||
|
</rss>
|
||||||
24
public/tags/images/feed.xml
Normal file
24
public/tags/images/feed.xml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>Red Hat OpenShift Application Delivery Workshop</title>
|
||||||
|
<link>https://jmhbnz.github.io/ocp-app-delivery-workshop/workshop</link>
|
||||||
|
<description>Red Hat OpenShift Application Delivery Workshop</description>
|
||||||
|
<language>en-us</language>
|
||||||
|
<managingEditor>jablair@redhat.com (Red Hat)</managingEditor>
|
||||||
|
<webMaster>jablair@redhat.com (Red Hat)</webMaster>
|
||||||
|
<lastBuildDate>Tue, 05 Dec 2023 00:00:00 GMT</lastBuildDate>
|
||||||
|
<atom:link href="https://jmhbnz.github.io/ocp-app-delivery-workshop/tags/images/feed.xml" rel="self" type="application/rss+xml"/>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<guid>https://jmhbnz.github.io/ocp-app-delivery-workshop/workshop/exercise2</guid>
|
||||||
|
<title>Deploying your first application</title>
|
||||||
|
<link>https://jmhbnz.github.io/ocp-app-delivery-workshop/workshop/exercise2</link>
|
||||||
|
<description>Time to deploy our first app!</description>
|
||||||
|
<pubDate>Tue, 05 Dec 2023 00:00:00 GMT</pubDate>
|
||||||
|
<author>jablair@redhat.com (Red Hat)</author>
|
||||||
|
<category>openshift</category><category>containers</category><category>kubernetes</category><category>deployments</category><category>images</category>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
</channel>
|
||||||
|
</rss>
|
||||||
@ -20,5 +20,15 @@
|
|||||||
<category>openshift</category><category>containers</category><category>kubernetes</category>
|
<category>openshift</category><category>containers</category><category>kubernetes</category>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<guid>https://jmhbnz.github.io/ocp-app-delivery-workshop/workshop/exercise2</guid>
|
||||||
|
<title>Deploying your first application</title>
|
||||||
|
<link>https://jmhbnz.github.io/ocp-app-delivery-workshop/workshop/exercise2</link>
|
||||||
|
<description>Time to deploy our first app!</description>
|
||||||
|
<pubDate>Tue, 05 Dec 2023 00:00:00 GMT</pubDate>
|
||||||
|
<author>jablair@redhat.com (Red Hat)</author>
|
||||||
|
<category>openshift</category><category>containers</category><category>kubernetes</category><category>deployments</category><category>images</category>
|
||||||
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
|||||||
@ -20,5 +20,15 @@
|
|||||||
<category>openshift</category><category>containers</category><category>kubernetes</category>
|
<category>openshift</category><category>containers</category><category>kubernetes</category>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<guid>https://jmhbnz.github.io/ocp-app-delivery-workshop/workshop/exercise2</guid>
|
||||||
|
<title>Deploying your first application</title>
|
||||||
|
<link>https://jmhbnz.github.io/ocp-app-delivery-workshop/workshop/exercise2</link>
|
||||||
|
<description>Time to deploy our first app!</description>
|
||||||
|
<pubDate>Tue, 05 Dec 2023 00:00:00 GMT</pubDate>
|
||||||
|
<author>jablair@redhat.com (Red Hat)</author>
|
||||||
|
<category>openshift</category><category>containers</category><category>kubernetes</category><category>deployments</category><category>images</category>
|
||||||
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
|||||||
Reference in New Issue
Block a user