How To Deploy Jekyll Blogs with Git
Here’s how to deploy Jekyll Blogs with Git.
Here’s how to deploy Jekyll Blogs with Git.
In this the cloud provider article, we talk about the necessary tools for Python application distribution. We go over the key steps to allow readers to package their own useful libraries, modules, or applications — which should help them with deploying project on droplets or sharing on the internet.
[Rancher](https://rancher.com/) is a popular open-source container management platform, version 2.0 incorporates Kubernetes. This tutorial goes through setting up multi-node deployments using Rancher, Kubernetes, and Docker Machine on Ubuntu 18.04.
In this tutorial, you will configure Nginx as a reverse proxy with Let’s Encrypt for TLS encryption to securely direct client requests to Jenkins.
Okteto is a development platform used to streamline the development process for Kubernetes applications. In this tutorial, you will create a Python application and deploy it on Kubernetes using Okteto.
Continuous integration is the development practice of making frequent commits to your code base, building and testing as you go. Drone.io lets you build and test automatically from a public Git repository.
Modern development practices often distinguish between deploying and releasing software. Deployment is the step that involves getting the new code onto the servers. On the other hand, releasing is the step where the new code begins to receive production…
By default, Jenkins comes with its own built-in Winstone web server listening on port 8080, which is convenient for getting started. As soon as you’re serious about using Jenkins, however, it should be secured with SSL to protect passwords and other sensitive data transmitted…
In this tutorial, you will learn to use [Argo CD](https://argoproj.github.io/argo-cd), a declarative Continuous Delivery tool. Argo CD provides Continuous Delivery tooling that automatically synchronizes and deploys your application whenever a change is made in your GitHub repository. By managing the deployment and lifecycle of an application, it provides solutions for version control, configurations, and application definitions in Kubernetes environments.
Django is a powerful web framework that can help you get your Python application or website off the ground. Django includes a simplified development server for testing your code locally, but for anything even slightly production related, a more secure and powerful web server…