forked from TraceMachina/nativelink
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce the NativeLink Kubernetes operator #40
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Deploying nativelink with Cloudflare Pages
|
aaronmondal
force-pushed
the
flux
branch
7 times, most recently
from
July 6, 2024 19:36
277a3a8
to
8b162cd
Compare
aaronmondal
force-pushed
the
flux
branch
15 times, most recently
from
July 9, 2024 10:42
f63cf71
to
75c943a
Compare
aaronmondal
force-pushed
the
main
branch
3 times, most recently
from
September 30, 2024 03:12
4899d2f
to
8ff33bd
Compare
aaronmondal
temporarily deployed
to
production
October 26, 2024 02:55
— with
GitHub Actions
Inactive
aaronmondal
had a problem deploying
to
production
October 26, 2024 02:55
— with
GitHub Actions
Error
aaronmondal
had a problem deploying
to
production
October 26, 2024 02:55
— with
GitHub Actions
Error
aaronmondal
temporarily deployed
to
production
October 26, 2024 03:14
— with
GitHub Actions
Inactive
aaronmondal
temporarily deployed
to
production
October 26, 2024 03:14
— with
GitHub Actions
Inactive
aaronmondal
temporarily deployed
to
production
October 26, 2024 03:14
— with
GitHub Actions
Inactive
aaronmondal
temporarily deployed
to
production
October 26, 2024 03:14
— with
GitHub Actions
Inactive
aaronmondal
temporarily deployed
to
production
October 29, 2024 16:07
— with
GitHub Actions
Inactive
aaronmondal
temporarily deployed
to
production
October 29, 2024 16:07
— with
GitHub Actions
Inactive
aaronmondal
temporarily deployed
to
production
October 29, 2024 16:07
— with
GitHub Actions
Inactive
aaronmondal
had a problem deploying
to
production
October 29, 2024 16:07
— with
GitHub Actions
Error
aaronmondal
temporarily deployed
to
production
October 29, 2024 16:24
— with
GitHub Actions
Inactive
aaronmondal
temporarily deployed
to
production
October 29, 2024 16:24
— with
GitHub Actions
Inactive
aaronmondal
temporarily deployed
to
production
October 29, 2024 16:25
— with
GitHub Actions
Inactive
aaronmondal
temporarily deployed
to
production
October 29, 2024 16:25
— with
GitHub Actions
Inactive
aaronmondal
temporarily deployed
to
production
October 30, 2024 06:45
— with
GitHub Actions
Inactive
aaronmondal
temporarily deployed
to
production
October 30, 2024 06:45
— with
GitHub Actions
Inactive
aaronmondal
had a problem deploying
to
production
October 30, 2024 06:45
— with
GitHub Actions
Error
aaronmondal
had a problem deploying
to
production
October 30, 2024 06:45
— with
GitHub Actions
Error
A single `kubectl apply -k` now deploys NativeLink in a self-configuring, self-healing and self-updating fashion. To achieve this we implement a two-stage depoyment to asynchronously reconciliate various parts of NativeLink Kustomizations. First, we deploy Flux Alerts that trigger Tekton Pipelines on GitRepository updates to bring required images into the cluster. Second, and technically at the same time, we start a Flux Kustomization to deploy a NativeLink Kustomization. This is similar to the previous 01_operations and 02_applicaion scripts, but now happens fully automated in the cluster and no longer requires a local Nix installation as all tag evaluations have become implementation details of the Tekton Pipelines. This commit also changes the K8s resource layout to a "best-practice" Kustomize directory layout. This further reduces code duplication and gives third parties greater flexibility and more useful reference points to build custom NativeLink setups. Includes an overhaul of the Kubernetes documentation.
aaronmondal
temporarily deployed
to
production
October 30, 2024 06:48
— with
GitHub Actions
Inactive
aaronmondal
temporarily deployed
to
production
October 30, 2024 06:48
— with
GitHub Actions
Inactive
aaronmondal
temporarily deployed
to
production
October 30, 2024 06:48
— with
GitHub Actions
Inactive
aaronmondal
temporarily deployed
to
production
October 30, 2024 06:48
— with
GitHub Actions
Inactive
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
A single
kubectl apply -k
now deploys NativeLink in a self-configuring, self-healing and self-updating fashion.To achieve this we implement a two-stage depoyment to asynchronously reconciliate various parts of NativeLink Kustomizations.
First, we deploy Flux Alerts that trigger Tekton Pipelines on GitRepository updates to bring required images into the cluster.
Second, and technically at the same time, we start a Flux Kustomization to deploy a NativeLink Kustomization.
This is similar to the previous 01_operations and 02_applicaion scripts, but now happens fully automated in the cluster and no longer requires a local Nix installation as all tag evaluations have become implementation details of the Tekton Pipelines.
This commit also changes the K8s resource layout to a "best-practice" Kustomize directory layout. This further reduces code duplication and gives third parties greater flexibility and more useful reference points to build custom NativeLink setups.
Includes an overhaul of the Kubernetes documentation.
Description
Please include a summary of the changes and the related issue. Please also
include relevant motivation and context.
Fixes # (issue)
Type of change
Please delete options that aren't relevant.
not work as expected)
How Has This Been Tested?
Please also list any relevant details for your test configuration
Checklist
bazel test //...
passes locallygit amend
see some docs