The configurations of Kubernetes Service-based service registration and discovery. Take note of the following rules: serviceName: the name of the Alibaba Cloud service. Format: <Custom content>-<Namespace ID>. -<Namespace ID> is automatically specified based on the namespace in which an applica...
A step by step guide with annotated screenshots documenting the deployment of a Java application to Kubernetes using Octopus Deploy and Jenkins
A step by step guide with annotated screenshots documenting the deployment of a Node.js (Docker) application to Kubernetes using Octopus Deploy and Jenkins
A namespace allows you to group resources in Kubernetes. For more information, seeNamespacesin the Kubernetes documentation. If you plan to deploy your sample application toSimplify compute management with AWS Fargate, make sure that the value fornamespacein yourDefine which Pods use AWS Fargate ...
Kubernetes groups containers into logical structures called pods, which have no intelligence. Deployments add the missing intelligence to create your application. Let's create a deployment file. Sign in to Azure Cloud Shell. Azure Cloud Shell In Cloud Shell, create a manifest file for the Kuberne...
Use the Dapr cluster extension for Azure Kubernetes Service (AKS) or Arc-enabled Kubernetes to deploy an application.
Eclipse JKube generates and deploys Kubernetes/OpenShift manifests at compile time too. It brings your Java applications on to Kubernetes and OpenShift by leveraging the tasks required to make your application cloud-native. Eclipse JKube also provides a set of tools such as watch, debug, log, ...
application. When defining a service, you can specify the type of the service. By default, Kubernetes creates a ClusterIP service, which makes yourserviceonly accessible from inside the cluster. You may want to expose some of yourservices(e.g. frontends) to the outside w...
In this topic, you deploy a sample application to your cluster on linux nodes.
After the application is deployed successfully, copy the application’s URL that can be found against your application’s name, and paste it in a web browser like Chrome or Safari. Congratulations! You've deployed a sample application and learned about the resources that spun up automatically. ...