Cargando…

.net core application lifecycle on Openshift

<!--HTML--># .net core application lifecycle on Openshift I will show an example of a lifecycle of an OpenShift application with an emphasis on the continuous integration and deployment. The application compatible with [.net Standard](https://docs.microsoft.com/en-us/dotnet/standard/net-stand...

Descripción completa

Detalles Bibliográficos
Autor principal: Kulma, Wojciech
Lenguaje:eng
Publicado: 2017
Materias:
Acceso en línea:http://cds.cern.ch/record/2290905
Descripción
Sumario:<!--HTML--># .net core application lifecycle on Openshift I will show an example of a lifecycle of an OpenShift application with an emphasis on the continuous integration and deployment. The application compatible with [.net Standard](https://docs.microsoft.com/en-us/dotnet/standard/net-standard) can be easily deployed on OpenShift using [Source2Image](https://docs.openshift.com/enterprise/3.0/architecture/core_concepts/builds_and_image_streams.html#source-build) functionality, which doesn't require developers to maintain docker images of the application. I will also present how to efficiently integrate this feature into GitLab pipelines with an automated deployment of the "review" environment, as one its parts.