You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deploy on <bclassName={styles.kubernetesFont}>Kubernetes</b> and <bclassName={styles.openshiftFont}>OpenShift</b>
62
+
Develop on Podman,<bclassName={styles.kubernetesFont}>Kubernetes</b> and <bclassName={styles.openshiftFont}>OpenShift</b>
63
63
</h2>
64
64
<pclassName="padding-horiz--md">
65
-
We provide first class support for both Kubernetes and OpenShift. Choose your favourite container orchestrator and deploy your application.
65
+
We provide first class support for Podman, Kubernetes and OpenShift. Choose your favourite container orchestrator to develop your application.
66
66
</p>
67
67
</div>
68
68
<divclassName="col col--5">
@@ -71,22 +71,22 @@ export default function Home(): JSX.Element {
71
71
Push code fast and often
72
72
</h2>
73
73
<pclassName="padding-horiz--md">
74
-
Spend less time maintaining your deployment infrastructure and more time coding. Immediately have your application running each time you compile.
74
+
Spend less time maintaining your development environment and more time coding. Immediately have your application up-to-date each time you modify the sources.
<h1>A developer-focused tool for blazingly fast Kubernetes application development</h1>
82
+
<h1>A developer-focused tool for blazingly fast Container-based application development</h1>
83
83
<divclassName="row">
84
84
<divclassName="col col--6">
85
85
<h2className={clsx(styles.featureHeading)}>
86
86
Initialize and develop your application
87
87
</h2>
88
88
<pclassName="padding-horiz--md">
89
-
Only two commands away from deploying on a cluster! Use <code>odo</code> to initialize and then develop your application directly on the cluster.
89
+
Only two commands away from developing in a container! Use <code>odo</code> to initialize and then develop your application directly on your container platform of choice.
@@ -95,7 +95,7 @@ export default function Home(): JSX.Element {
95
95
Build, push, and deploy your application seamlessly
96
96
</h2>
97
97
<pclassName="padding-horiz--md">
98
-
Go further with development. Deploy your application seamlessly to Kubernetes. <code>odo</code> can easily manage the build, pushing, and deployment of your application.
98
+
Go further with development. Deploy your application seamlessly to Kubernetes and OpenShift. <code>odo</code> can easily manage the build, pushing, and deployment of your application.
@@ -105,7 +105,7 @@ export default function Home(): JSX.Element {
105
105
</h2>
106
106
<pclassName="padding-horiz--md">
107
107
No need to leave your development environment of choice!
108
-
Use the <ahref={useBaseUrl('/docs/overview/installation#ide-installation')}>available extensions</a> to initialize and then iterate on your application running directly on the cluster.
108
+
Use the <ahref={useBaseUrl('/docs/overview/installation#ide-installation')}>available extensions</a> to initialize and then iterate on your application running directly on your container platform of choice.
109
109
</p>
110
110
<divclassName="row">
111
111
<divclassName="col col--6">
@@ -126,7 +126,7 @@ export default function Home(): JSX.Element {
126
126
Standalone client
127
127
</h2>
128
128
<pclassName="padding-horiz--md">
129
-
<code>odo</code> is a standalone tool that communicates directly with the Kubernetes API. There is no requirement for a daemon or server process.
129
+
<code>odo</code> is a standalone tool that communicates directly with the Kubernetes API or the Podman client. There is no requirement for a daemon or server process.
130
130
</p>
131
131
</div>
132
132
<divclassName="col">
@@ -135,7 +135,7 @@ export default function Home(): JSX.Element {
135
135
Built for container engineers
136
136
</h2>
137
137
<pclassName="padding-horiz--md">
138
-
Built from the ground up with application development on Kubernetes in mind. Each command has been carefuly crafted for application container development.
138
+
Built from the ground up with application development on containers in mind. Each command has been carefuly crafted for application container development.
139
139
</p>
140
140
</div>
141
141
<divclassName="col">
@@ -165,10 +165,10 @@ export default function Home(): JSX.Element {
Debug and test remote applications deployed using <code>odo</code> directly from your IDE to Kubernetes. No more having to exit your IDE to push your application.
171
+
Debug and test remote applications deployed using <code>odo</code> directly from your IDE to containers. No more having to exit your IDE to push your application.
0 commit comments