As I can see you are using Kubernetes. There are few routes you could go.
-
REST API: Write a light script (nodejs or php) that creates fake data and sends to rest route to create posts. You can then use cron hit rest route for creating posts.
-
Plugin: Check Fakerpress plugin, I haven’t used it but it looks like something you can use.
Related Posts:
- Is there any free (or cheap) software that can be used for testing WordPress functionality?
- Upload file to SFTP using PowerShell
- Best way to automate the page/post publication process?
- Automating Page Creation
- Automating Excerpt
- Are plugins like WP Robot considered as spammy by the community?
- Automatic publishing after some fixed intervals?
- WordPress Body Content How to add current page title automatically in different places?
- Using python to delete specified text from thousands of old blog posts
- Making sure updates didn’t break anything
- Exception in thread “main” java.lang.Error: Unresolved compilation problems
- How can I solve the error LNK2019: unresolved external symbol – function?
- element not interactable exception in selenium web automation
- How to measure test coverage in Go
- How do I automatically restart a Minecraft Spigot server in the event of a crash or /stop when using screen?
- MOCKITO: What is it and how is it different from Junit
- Selenium Webdriver: Element Not Visible Exception
- How to run only one unit test class using Gradle
- How to configure “Shorten command line” method for whole project in IntelliJ
- ReferenceError: describe is not defined NodeJs
- Proper way to assert type of variable in Python
- How to perform unit testing on proposed patches in Trac?
- Unit testing in the WordPress backend (is_admin() is true)
- Vagrant script to setup all the common PHP / WordPress version combinations
- Unit tests – Dealing with dependencies
- Writing test cases for a WordPress Plugin that has translations
- Tutorials for Unit-Testing in WordPress and for unit-test.svn.wordpress.org?
- How to add/assign or change featured image in post programmatically?
- Automating deprecated call checks?
- Delete expired posts after a number of days after they expired
- WP_UnitTestCase missing?
- How to add terms to taxonomy with wp_insert_terms?
- How to properly test a method that is called by an action hook
- What’s the proper method of installing a plugin during unit testing?
- Posts to expire (deleted) after a date
- How can I debug my database connection for unit testing?
- Activate different theme for temporary preview
- How to run a test WordPressMu to WordPress3 update?
- How to add multiple existing users to a multisite site?
- How to add an image for unit testing?
- Programatically Creating Initial WordPress Site
- Duplicate a WordPress Install for Testing Purposes
- How can I create podcast posts automatically from the contents of a particular directory?
- Best way to notify WordPress plugin users of new release candidates for beta testing?
- Send email to Admin when user/member updates specific user/member data
- Auto add content such as pages upon plugin activation?
- How to incorporate Documentation into wordpress?
- How to create a network using a command line script?
- how to query posts and auto assign category if post title has keyword
- How can I automatically duplicate a site’s pages onto network site?
- How to Disable auto id attributes in Heading tag?
- Can’t run WP e2e-test-utils because the browser exits on login?
- Integration tests don’t register menu
- Am I testing this right?
- How to create a WP Cron hooks based on schedules from Advanced cron manager plugin?
- Feed format for woocommerce [closed]
- wp_list_categories in in nav_menu
- Email notification of new posts that match query
- Identifying where plugins are being used in your wordpress install
- How can I post exact same post but with a few things changed? (with some sort of Automation)
- WP Cli – post add meta in xargs after wp post generate – add multiple fields
- Automatically Add Page Links to Nav Menu
- On install, automatically create page and set it as front page
- Set up PHPUnit with WordPress: The WordPress tests are 3 – 4 years old; does it matter?
- A/B test options at the widget level [closed]
- No result update a custom field using wp_schedule_event
- When a user registers, create a page from an existing template with their username as the page name
- What is the best way to hook a rewrite function for certain php code when plugins are updated?
- Automatic linking terms
- How to automate setup of theme, pages, widgets, etc for a new site in multi-site?
- Automate post update for all posts?
- Multiple auto-generated image slideshows/sliders on each (custom) post?
- Method/Plugin/Hack to Start a Post with an Writing Outline?
- How to select a category automatically based on a word in WordPress post title?
- Mocking WP_CLI static methods in unit tests
- Clone WordPress for testing on localhost (with Fiddler)
- Adding Tracking Details for Advanced Shipment Tracking Plugin From Order Notes
- PHPUnit Testing and woocommerce Constant
- Automatically create tags and merge with categories
- How can I measure CPU and RAM used by my theme or plugin
- allow multisite in the installation process
- Integration test – remove the mu plugins in the test
- How to auto create site after user sign up on multisite(network)
- Macros for WordPress, creating subdomains out of registrations for current domain
- WordPress NOT notifying of new update in dashboard
- WordPress menus – automatically generate
- Duplicate WordPress site to subdirectory but use same db?
- Importing large number of RSS feeds
- What is the Best way to post each pictures uploaded separately and automatically?
- How do you create a development site into a subdirectory of the live site?
- Update a WordPress website FROM Twitter or Facebook
- Auto-Import of WXR File
- Have users created automatically when a network site is created
- How do I set up a test environment in a sub-folder?
- How to set up a development/staging site to make major changes to the theme then update on the live site?
- Automate the installation of postfix on Ubuntu
- How do I activate a plugin while testing?
- Testing Plugin – Install plugin dependencies in testing enviroment
- How to delete posts with incorrect status
- How do I package and distribute my WordPress plugin via git?