4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 1 / 6
119 results tagged k8s x
  • thumbnail
    Crossplane project on LinkedIn: KubeCon Europe 2024: Watch these 8+ Crossplane-y talks
    April 22, 2024 at 9:21:06 PM GMT+2 * - permalink - archive.org - https://www.linkedin.com/posts/crossplane_kubecon-europe-2024-watch-these-8-crossplane-y-activity-7188201362034233349-i3d7
    crossplane k8s
  • thumbnail
    robusta-dev/krr: Prometheus-based Kubernetes Resource Recommendations
    February 7, 2024 at 10:29:32 AM GMT+1 - permalink - archive.org - https://github.com/robusta-dev/krr?tab=readme-ov-file#usage
    cpu k8s memory report
  • thumbnail
    GitHub - derailed/popeye: 👀 A Kubernetes cluster resource sanitizer
    May 16, 2023 at 8:58:41 AM GMT+2 - permalink - archive.org - https://github.com/derailed/popeye
    audit k8s
  • thumbnail
    GitHub - kubescape/kubescape: Kubescape is an open-source Kubernetes security platform for your IDE, CI/CD pipelines, and clusters. It includes risk analysis, security, compliance, and misconfiguration scanning, saving Kubernetes users and administrators precious time, effort, and resources.
    April 26, 2023 at 8:08:13 PM GMT+2 - permalink - archive.org - https://github.com/kubescape/kubescape
    k8s security tools
  • thumbnail
    Right-size your Kubernetes Applications Using Open Source Goldilocks for Cost Optimization | AWS Open Source Blog
    April 9, 2023 at 6:31:35 PM GMT+2 - permalink - archive.org - https://aws.amazon.com/fr/blogs/opensource/right-size-your-kubernetes-applications-using-open-source-goldilocks-for-cost-optimization/
    eks k8s
  • The Kubernetes Discovery Cache: Blessing and Curse · Jonny Langefeld

    via martinho

    I had no idea such cache exists, very interesting!

    March 9, 2023 at 4:48:54 PM GMT+1 - permalink - archive.org - https://jonnylangefeld.com/blog/the-kubernetes-discovery-cache-blessing-and-curse
    cache crd k8s
  • Note: psp

    Hello,

    • What is changing?
      PodSecurityPolicy (PSP) was deprecated [1] in Kubernetes version 1.21 and has been removed in Kubernetes version 1.25 [2]. If you are using PSPs in your cluster, then you must migrate from PSP to the built-in Kubernetes Pod Security Standards (PSS) or to a policy as code solution before upgrading your cluster to version 1.25 to avoid interruption to your workloads.

    • What actions can customers take?
      PSP resources were used to specify a set of requirements that pods had to meet before they could be created. Since PSPs have been removed in Kubernetes version 1.25, you must replace those security controls. Two solutions can fill this need:

    1) Kubernetes Pod Security Standards (PSS)
    2) Policy-as-code solutions from the Kubernetes ecosystem

    In response to the PSP deprecation and the ongoing need to control pod security out-of-the-box, the Kubernetes community created a built-in solution with PSS [3] and Pod Security Admission (PSA) [4]. The PSA webhook implements the controls defined in the PSS. To review best practices for migrating PSPs to the built-in Pod Security Standards, see references [5] and [6].

    Policy-as-code solutions provide guardrails to guide cluster users, and prevent unwanted behaviors, through prescribed and automated controls. Policy-as-code solutions typically use Kubernetes Dynamic Admission Controllers to intercept the Kubernetes API server request flow, via a webhook call, and mutate and validate request payloads, based on policies written and stored as code. There are several open source policy-as-code solutions available for Kubernetes. To review best practices for migrating PSPs to a policy-as-code solution, see reference [7].

    You can run the following command to view the PSPs in your cluster: kubectl get psp. If you see the eks.privileged PSP in your cluster, it will be automatically migrated to PSS by Amazon EKS. No action is needed on your part.

    To summarize, if you are using PSP in your cluster, then you must migrate from PSP to the built-in Kubernetes PSS or to a policy as code solution before upgrading your cluster to version 1.25 to avoid interruptions to your workloads. EKS offers best practices for pod security and guidance for implementing pod security standards [8]. You can find details on PSP Migration in EKS documentation [1].

    If you have any questions or concerns, please reach out to AWS Support [9].

    [1] https://docs.aws.amazon.com/eks/latest/userguide/pod-security-policy-removal-faq.html
    [2] https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html#kubernetes-release-calendar
    [3] https://kubernetes.io/docs/concepts/security/pod-security-standards/
    [4] https://kubernetes.io/docs/concepts/security/pod-security-admission/
    [5] https://aws.github.io/aws-eks-best-practices/security/docs/pods/#pod-security-standards-pss-and-pod-security-admission-psa
    [6] https://kubernetes.io/docs/tasks/configure-pod-container/migrate-from-psp/
    [7] https://aws.github.io/aws-eks-best-practices/security/docs/pods/#policy-as-code-pac
    [8] https://aws.amazon.com/blogs/containers/implementing-pod-security-standards-in-amazon-eks/
    [9] https://aws.amazon.com/support

    February 17, 2023 at 1:47:31 PM GMT+1 - permalink - archive.org - https://links.infomee.fr/?KhDwSg
    k8s migration psp
  • Note: psp dig

    https://kubernetes.io/blog/2021/04/06/podsecuritypolicy-deprecation-past-present-and-future/

    https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#securitycontext-v1-core
    https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#podsecuritycontext-v1-core

    https://github.com/open-policy-agent/gatekeeper/
    https://www.openpolicyagent.org/docs/latest/kubernetes-tutorial/

    January 9, 2023 at 3:38:19 PM GMT+1 - permalink - archive.org - https://links.infomee.fr/?aSe4tA
    k8s opa psp
  • thumbnail
    (6) Karpenter for Kubernetes | Karpenter vs Cluster Autoscaler - YouTube

    Karpenter vs Cluster Autoscaler very well explained in 7minutes

    December 21, 2022 at 8:59:44 AM GMT+1 * - permalink - archive.org - https://www.youtube.com/watch?v=FIBc8GkjFU0
    autoscaler k8s karpenter
  • thumbnail
    awslabs/eks-node-viewer: EKS Node Viewer
    December 21, 2022 at 8:20:05 AM GMT+1 * - permalink - archive.org - https://github.com/awslabs/eks-node-viewer
    cli eks k8s node tool
  • Read-Only Access to Kubernetes Cluster | by Rob Schoening | Medium
    December 9, 2022 at 9:52:19 AM GMT+1 - permalink - archive.org - https://medium.com/@rschoening/read-only-access-to-kubernetes-cluster-fcf84670b698
    clusterrole k8s rbac readonly ro
  • thumbnail
    GitHub - Praqma/helmsman: Helm Charts as Code

    Alternative to helmfile

    October 24, 2022 at 10:58:11 AM GMT+2 - permalink - archive.org - https://github.com/Praqma/helmsman
    helm k8s
  • thumbnail
    GitHub - doitintl/kube-no-trouble: Easily check your clusters for use of deprecated APIs
    October 24, 2022 at 10:48:34 AM GMT+2 * - permalink - archive.org - https://github.com/doitintl/kube-no-trouble
    audit k8s tool upgrade
  • thumbnail
    https://github.com/nicolaka/netshoot
    October 8, 2022 at 2:19:27 PM GMT+2 * - permalink - archive.org - https://github.com/nicolaka/netshoot
    debug k8s kubernetes tools
  • thumbnail
    For the love of god, stop using CPU limits on Kubernetes
    September 6, 2022 at 11:36:38 AM GMT+2 - permalink - archive.org - https://home.robusta.dev/blog/stop-using-cpu-limits/
    cpu k8s limit
  • OPA Gatekeeper: Policy and Governance for Kubernetes | Kubernetes
    August 19, 2022 at 9:53:45 AM GMT+2 - permalink - archive.org - https://kubernetes.io/blog/2019/08/06/opa-gatekeeper-policy-and-governance-for-kubernetes/
    gatekeeper k8s opa
  • thumbnail
    Using Gatekeeper as a drop-in Pod Security Policy replacement in Amazon EKS | Containers
    • https://open-policy-agent.github.io/gatekeeper/website/docs/
    August 9, 2022 at 9:53:35 AM GMT+2 - permalink - archive.org - https://aws.amazon.com/blogs/containers/using-gatekeeper-as-a-drop-in-pod-security-policy-replacement-in-amazon-eks/
    gatekeeper k8s psp
  • thumbnail
    Break Down Kubernetes Server-Side Apply | by Stefanie Lai | The Startup | Medium

    Server Side apply VS Client Side apply

    via Edwin

    June 17, 2022 at 2:00:57 PM GMT+2 - permalink - archive.org - https://medium.com/swlh/break-down-kubernetes-server-side-apply-5d59f6a14e26
    csa k8s ssa
  • 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
  • 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
Links per page: 20 50 100
◄Older
page 1 / 6
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation