Now, you can deploy to Kubernetes Engine from GitLab with a few clicks

Now, you can deploy to Kubernetes Engine from GitLab with a few clicks

  • April 5, 2018
Table of Contents

Now, you can deploy to Kubernetes Engine from GitLab with a few clicks

In cloud developer circles, GitLab is a popular DevOps lifecycle tool. It lets you do everything from project planning and version control to CI/CD pipelines and monitoring, all in a single interface so different functional teams can collaborate. In particular, its Auto DevOps feature detects the language your app is written in and automatically builds your CI/CD pipelines for you.

Source: googleblog.com

Share :
comments powered by Disqus

Related Posts

Gitkube – Deploy to Kubernetes Using Git Push

Gitkube – Deploy to Kubernetes Using Git Push

Ideal for development where you can push your WIP branch to the cluster to test. Reference implementation for writing git-based automation on your server. Fork this repo and create your own CRD + controller + git remote hook that can do things on the Kubernetes cluster.

Read More
Google Skaffold – Easy and Repeatable Kubernetes Development

Google Skaffold – Easy and Repeatable Kubernetes Development

Skaffold is a command line tool that facilitates continuous development for Kubernetes applications. You can iterate on your application source code locally then deploy to local or remote Kubernetes clusters. Skaffold handles the workflow for building, pushing and deploying your application.

Read More