Projects with this topic
-
Documentation, scripts, and issue tracking for UCSB Libraries cloud infrastructure
Updated -
Awesome and Cool Stuff Relating to Cloud Itself, Cloud Computing, Cloud Architecture, Virtualization and IoT.
Updated -
DualStack Service LoadBalancer controller that uses standard Linux networking and routing protocols.
Documentation: https://purelb.gitlab.io/purelb/
Slack channel: https://kubernetes.slack.com/archives/C01BCB7U031
Updated -
-
-
Kubernetes Deployment Restarter web service exposes endpoints to restart Kubernetes deployments.
Updated -
My fully-automated DevOps homelab.
Updated -
Kubernetes operator configuring out of cluster databases
Updated -
"Permissions Impersonated Environment" framework for Kubernetes enabling OIDC authenticated secure access to existing end-user data over the web
Updated -
KubeVPN offers a Cloud Native Dev Environment, connect to kubernetes cluster network, you can access remote kubernetes cluster network, remote kubernetes cluster service can also access your local service. and more, you can run your kubernetes pod on local Docker container with same environment、volume、and network.
Updated -
A small alpine/k8s based docker container for with lot of tools for build, test & deploy.
Updated -
Kubernetes device plugin implementing the sharing of Nvidia GPUs between workloads
Updated -
Gitlab Runner on Minikube with Docker
Updated -
deprecated: microservice implementation of chronicle library package
Updated -
A tool to copy Secrets and Configmaps across namespaces in Kubernetes.
Updated -
An example of a full stack application, with configuration to deploy to Kubernetes.
Updated -
This project involves a CI/CD pipeline designed to build, push, and deploy Dockerized microservices to a Kubernetes loadbalance cluster using GitLab CI/CD. The pipeline is organized into two main stages: build and deploy, with automated handling of Docker image creation and deployment to ensure a streamlined and efficient workflow.
Key Features: Automated Docker Image Management: The pipeline automates the process of building and pushing Docker images, ensuring that the latest code changes are always reflected in the deployed services. Kubernetes Deployment: The deployment stage ensures that the microservices are correctly configured and deployed within a Kubernetes cluster, leveraging Kubernetes' powerful orchestration capabilities. Version Control: The use of the VERSION variable allows for easy management and tracking of different application versions, supporting continuous delivery practices. This pipeline represents a robust approach to managing the lifecycle of microservices, from development through to deployment, all within a cloud-native environment.
Updated