dependabot 0s Oh hello! Nice to see you. Made with ️ by humans.txt
Kubernetes Helm and Tiller Minio S3 Storage Persistent Storage Volumes using Rook with Ceph clusteror optional NFS Volumes mounted at:/data/k8/redis,/data/k8/postgres,/data/k8/pgadmin Flannel CNI Install Here is a video showing how to prepare the host to run a local Kubernetes cluster: ...
A step by step guide with annotated screenshots documenting the deployment of a Node.js (Docker) application to Kubernetes using Octopus Deploy and Jenkins
There are a number of tools you need to install to implement a complete CI/CD workflow. These include the Jenkins and Octopus servers, some command-line tools, and Kubernetes to host the final deployment. Git The source code for the sample application is hosted on GitHub. To access the cod...
Install the Azure CLI or use the following commands to update to the latest version: Azure CLI Copy az version az upgrade The Kubernetes command-line client, kubectl. kubectl is already installed if you use Azure Cloud Shell. Install kubectl locally using the az aks install-cli command: ...
Build and push images to Azure Container Registry; Deploy to Azure Kubernetes Service with Azure Pipelines
Using the kubectl command Kubernetes integration automatically installs the Kubernetes CLI command at /usr/local/bin/kubectl on Mac and at C:\Program Files\Docker\Docker\Resources\bin\kubectl.exe on Windows. This location may not be in your shell's PATH variable, so you may need to type the...
This tutorial will walk you though the steps to deploy a Spring Boot application in a Kubernetes cluster on Microsoft Azure.
git clonehttps://github.com/kubernetes-sigs/kubespray.gitcd kubespray You’ll also need to install Ansible and other dependencies. Luckily, Kubespray provides a handy list of the requirements which can be used to install all prerequisites with a single command. However, for this to work, you’...
You can create continuous integration and continuous deployment (CI/CD) workflows with DigitalOcean services using GitHub Actions. In this tutorial, you learn how to deploy a Python application to a DigitalOcean Kubernetes cluster whenever you commit a change to your GitHub repository. The workflow co...