Page MenuHomePhabricator

Relative Trending - Milestone 3 - K8s resources
Closed, ResolvedPublic

Description

For the new Flink application (T430134) we need to create resources for the production deployment and the staging (-next):

Event Timeline

Change #1305630 had a related patch set uploaded (by JavierMonton; author: JavierMonton):

[operations/puppet@production] k8s namespace: webrequest-page-trending

https://gerrit.wikimedia.org/r/1305630

Change #1305632 had a related patch set uploaded (by JavierMonton; author: JavierMonton):

[operations/deployment-charts@master] namespaces: webrequest-page-trending

https://gerrit.wikimedia.org/r/1305632

Change #1305630 merged by Btullis:

[operations/puppet@production] k8s namespace: pageview-trending

https://gerrit.wikimedia.org/r/1305630

Change #1305632 merged by jenkins-bot:

[operations/deployment-charts@master] namespaces: pageview-trending

https://gerrit.wikimedia.org/r/1305632

The first two of these have now been created and deployed, so we have k8s namespaces and credentials to access them.

btullis@deploy1003:~$ kube-env pageview-trending-relative-deploy dse-k8s-eqiad

btullis@deploy1003:~$ kubectl -n pageview-trending-relative get all
No resources found in pageview-trending-relative namespace.

I'll create the S3 users next.

brouberol renamed this task from Relative Trending - Milestone 3 - K8s recoures to Relative Trending - Milestone 3 - K8s resources.Jul 6 2026, 7:04 AM

@BTullis can we get some love on this one? It's blocking our milestone due tomorrow. Thank you!

I have created the users:

btullis@cephosd1001:~$ sudo radosgw-admin user create --uid=pageview-trending-relative --display-name=pageview-trending-relative

btullis@cephosd1001:~$ sudo radosgw-admin user create --uid=pageview-trending-relative-next --display-name=pageview-trending-relative-next

Now I will put those secrets into the relevant k8s namespaces.

I've added the secrets to the namespaces, so they should be accessible by deployers and by the flink apps.
@JMonton-WMF has offered to create the buckets, using s3cmd from a stat host.

I'll leave this ticket open until the creation of the buckets has been confirmed.

Buckets created. The application is running now. I'll move the task to Done. Thanks!