4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 7 / 217
Newer►
  • Welcome to Operator framework
    • kubebuilder
    • https://github.com/operator-framework/operator-sdk/issues/1758
    June 11, 2022 at 8:21:35 PM GMT+2 - permalink - archive.org - https://operatorframework.io/
    framework k8s operator
  • Status - HTTP API | Consul by HashiCorp

    curl http://ip:8500/v1/status/leader

    June 7, 2022 at 10:44:54 AM GMT+2 - permalink - archive.org - https://www.consul.io/api-docs/status
    consul leader
  • Crossplane

    Un Operator qui :

    • crée des CRDs pour chaque resource AWS existante (s3, ec2, rds.....)
    • crée les controler associés

    Du coup on peut créer des resources AWS avec kube (on peut se passer de terraform, on peut utiliser une CI/CD adaptée à déployer dans Kube)

    June 1, 2022 at 4:35:41 PM GMT+2 * - permalink - archive.org - https://crossplane.io/
    crd k8s terraform
  • Note: pas besoin de requirements.txt en local si on a un setup.py

    virtualenv venv
    . venv/bin/activate
    pip install --editable .

    May 24, 2022 at 11:43:53 AM GMT+2 - permalink - archive.org - https://links.infomee.fr/?ruUKGA
    dev python
  • thumbnail
    Auto activate and deactivate python venv using zsh - DEV Community
    python_venv() {
      MYVENV=./venv
      # when you cd into a folder that contains $MYVENV
      [[ -d $MYVENV ]] && source $MYVENV/bin/activate > /dev/null 2>&1
      # when you cd into a folder that doesn't
      [[ ! -d $MYVENV ]] && deactivate > /dev/null 2>&1
    }
    autoload -U add-zsh-hook
    add-zsh-hook chpwd python_venv
    May 20, 2022 at 1:59:01 PM GMT+2 * - permalink - archive.org - https://dev.to/moniquelive/auto-activate-and-deactivate-python-venv-using-zsh-4dlm
    python venv zsh
  • Regular Expression HOWTO — Python 3.10.4 documentation

    named group

    May 18, 2022 at 9:36:46 AM GMT+2 - permalink - archive.org - https://docs.python.org/3/howto/regex.html
    group named python re
  • Complete Guide to getting started with coc.nvim | Develop Paper
    • https://github.com/neovim/nvim-lspconfig/wiki/Comparison-to-other-LSP-ecosystems-(CoC,-vim-lsp,-etc.)
    May 13, 2022 at 11:09:48 AM GMT+2 * - permalink - archive.org - https://developpaper.com/complete-guide-to-getting-started-with-coc-nvim/
    autocomplete lsp neovim vim
  • thumbnail
    Les Baladeurs : podcast d'aventures et de mésaventures en pleine nature
    May 12, 2022 at 10:13:54 PM GMT+2 - permalink - archive.org - https://www.lesothers.com/podcast-les-baladeurs
    nature podcast voyage
  • window resizer with shortcut
    May 12, 2022 at 2:57:33 PM GMT+2 - permalink - archive.org - https://rectangleapp.com/
    mac window
  • A Tour of Go
    • https://exercism.org/
    • https://quii.gitbook.io/learn-go-with-tests/

    via Laurent

    May 12, 2022 at 10:42:49 AM GMT+2 - permalink - archive.org - https://go.dev/tour/welcome/1
    go
  • thumbnail
    Provide cross-account access to objects in Amazon S3 objects
    May 10, 2022 at 2:50:20 PM GMT+2 - permalink - archive.org - https://aws.amazon.com/premiumsupport/knowledge-center/cross-account-access-s3/
    cross s3
  • IPAM — pynetbox 6.6.2.dev7+g0f1e588 documentation
    May 4, 2022 at 1:56:18 PM GMT+2 * - permalink - archive.org - https://pynetbox.readthedocs.io/en/latest/IPAM.html
    ipam lib netbox network python
  • thumbnail
    GitHub - Textualize/rich: Rich is a Python library for rich text and beautiful formatting in the terminal.
    • https://pypi.org/project/simple-term-menu/
    • https://click.palletsprojects.com/en/8.1.x/
    May 4, 2022 at 9:58:14 AM GMT+2 - permalink - archive.org - https://github.com/Textualize/rich
    color format python terminal
  • thumbnail
    Terratest | Automated tests for your infrastructure code.
    April 30, 2022 at 8:28:51 PM GMT+2 - permalink - archive.org - https://terratest.gruntwork.io/
    terraform test
  • thumbnail
    Extending HAProxy with the Stream Processing Offload Engine - HAProxy Technologies
    April 27, 2022 at 2:00:24 PM GMT+2 - permalink - archive.org - https://www.haproxy.com/blog/extending-haproxy-with-the-stream-processing-offload-engine/
    haproxy spoe
  • thumbnail
    Using command-line history | Vim Tips Wiki | Fandom

    Navigate through your search history (/) or command history (:) without leaving your home row?

    q:

    q/

    Think "query search" and "query command"

    April 23, 2022 at 7:53:49 PM GMT+2 - permalink - archive.org - https://vim.fandom.com/wiki/Using_command-line_history
    history vim
  • thumbnail
    Pulumi - Modern Infrastructure as Code
    April 22, 2022 at 1:20:51 PM GMT+2 * - permalink - archive.org - https://www.pulumi.com/
    framework terraform
  • Introduction | asdf

    asdf is a tool version manager. All tool version definitions are contained within one file (.tool-versions) which you can check in to your project's Git repository to share with your team, ensuring everyone is using the exact same versions of tools.

    April 21, 2022 at 1:59:58 PM GMT+2 - permalink - archive.org - https://asdf-vm.com/guide/introduction.html#how-it-works
    tool version
  • Sign git commits on GitHub with GPG in macOS | Samuelsson

    brew install pinentry-mac
    If not existing already create the file ~/.gnupg/gpg-agent.conf and add the following line:
    pinentry-program /usr/local/bin/pinentry-mac
    gpgconf --kill gpg-agent

    April 20, 2022 at 1:41:58 PM GMT+2 - permalink - archive.org - https://samuelsson.dev/sign-git-commits-on-github-with-gpg-in-macos/
    gpg keychain mac
  • thumbnail
    GitHub - FairwindsOps/nova: Find outdated or deprecated Helm charts running in your cluster.
    April 17, 2022 at 9:12:36 AM GMT+2 - permalink - archive.org - https://github.com/FairwindsOps/nova
    audit chart helm k8s
Links per page: 20 50 100
◄Older
page 7 / 217
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation