[Selenium] Using FindElement and FindElements to get or list data.
Mình ví dụ raw data của trang này.Bạn thấy 1 tin sẽ là nhiều <div> trong <ul>==> Mục tiêu của mình là đến <ul> nghỉ 1 nhịp và Loop trong <div> để lây content của từng post.
Trình bày các công nghệ CLOUD một cách dễ hiểu.
Mình ví dụ raw data của trang này.Bạn thấy 1 tin sẽ là nhiều <div> trong <ul>==> Mục tiêu của mình là đến <ul> nghỉ 1 nhịp và Loop trong <div> để lây content của từng post.
Deploying to Kubernetes We offer a Helm chart to deploy these Docker images to Kubernetes. Read more details at the Helm readme. dưới dây là command helm để install selenium trên k8s Và đây là hình ảnh deploy selenium trên argocd Bạn truy cập vào selenium thông qua host mà bạn đã cấu hìnhhttp://<domain>/ui#/sessionsuser: adminpass: admin…
Read More “[Selelium] Install selelium on k8s and live demo” »
Được bạn HungTP-Play giới thiệu! https://github.com/loov/goda Goda is a Go dependency analysis toolkit. It contains tools to figure out what your program is using. Note: the exact syntax of the command line arguments has not yet been finalized. So expect some changes to it.
1) Create an admin to control a specific K8S cluster on Rancher. https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters Ý tưởng là 1 devops sẽ join vào team và bạn chỉ muốn bạn đó làm admin cho 1 cluter. The user is created. Tiếp đến là bạn add user vào clyust Giờ bạn ấy đã làm admin của cluster đó.
1 số case thì mình cũng cần build image windows.và chúng ta cần 1 con windows server có docker trên đó
Certainly! Using tools like find on Unix-based systems can be a more efficient way to list files, especially for very large directories. Here’s a guide on how to integrate the find command with a Go program: Step-by-Step Guide: Example: Here’s a simple Go program that uses the find command to list all files in a…
Read More “[Golang] List large files in the folder quickly on Golang” »
Thấy bài này hay nên mình lưu lại:https://itnext.io/terraform-building-eks-part-3-karpenter-installation-124b4ced729f
Nếu anh em đã có provison eks windows trước đó thì anh có thể thấy 2 thành phần: vpc-admission-webhook and vpc-resource-controller trong eks cluster của anh em. Nhưng ở các version mới của eks từ 1.23 + thì aws ko còn sử dụng chúng nữahttps://docs.aws.amazon.com/eks/latest/userguide/windows-support.html#enable-windows-support Và chúng ta cần remove vpc-admission-webhook and vpc-resource-controller ra khỏi cluster nếu bạn đang…
Read More “[EKS] Adjusting things to migrate EKS legacy to new versions.” »
Tetragon is a flexible Kubernetes-aware security observability and runtime enforcement tool that applies policy and filtering directly with eBPF, allowing for reduced observation overhead, tracking of any process, and real-time enforcement of policies. https://isovalent.com/blog/post/can-i-use-tetragon-without-cilium-yes/