docker run -it --entrypoint sh pepr:dev
docker pull registry1.dso.mil/ironbank/opensource/defenseunicorns/pepr/controller:v0.24.1
docker run -d --name controller registry1.dso.mil/ironbank/opensource/defenseunicorns/pepr/controller:v0.24.1 tail -f /dev/null
docker run -it --name controller registry1.dso.mil/ironbank/google/distroless/nodejs-20:nonroot lsDeploy the Grafana Operator and create a dashboard.
Deploy the Grafana helm chart
This deploys the prometheus manifests to the default namespace and is not intended for production, just as a means to show how to quickly scrape Pepr metrics. The kube prometheus stack provides a more production suitable way of deploying Prometheus in prod.
Deploy Prometheus operator controller manager
This file contains hidden or 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
| javascript:document.getElementsByName("viewed").forEach(ch => {if(ch.checked) {ch.click()}}) |
This file contains hidden or 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
| if (!(Test-Path "./profiles.toml")) { | |
| New-Item -ItemType File "./profiles.toml" | Out-Null | |
| } | |
| "#####`n[profiles]" | Out-File -Append -Encoding utf8 "./profiles.toml" | |
| (netsh wlan show profiles) | | |
| Select-String "\:(.+)$" | | |
| ForEach-Object { | |
| $name = $PSItem.Matches.Groups[1].Value.Trim() |
This file contains hidden or 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
| { | |
| // Use IntelliSense to learn about possible attributes. | |
| // Hover to view descriptions of existing attributes. | |
| // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
| "version": "0.2.0", | |
| "configurations": [ | |
| { | |
| "name": "Launch Package", | |
| "type": "go", | |
| "request": "launch", |
git remote add upstream https://github.com/user/repo.git
git fetch upstream
git rebase upstream/main 1806
git push origin main --forceThis post follows this blog