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
- What is a sanity test/check
- Exception in thread “main” java.lang.Error: Unresolved compilation problems
- 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 can I pass an argument to a PowerShell script?
- How can I time a code segment for testing performance with Pythons timeit?
- What’s the difference between a mock & stub?
- Choosing a Windows automation scripting language. AutoIt vs Autohotkey
- How to measure test coverage in Go
- How can I login to a website with Python?
- 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
- Verify a method call using Moq
- How can I test that a variable is more than eight characters in PowerShell?
- How to run only one unit test class using Gradle
- Chrome Error: You are using an unsupported command-line flag: –ignore-certifcate-errors. Stability and security will suffer
- 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
- Testing hooks callback
- How to perform unit testing on proposed patches in Trac?
- Multiple developers / editors working on a site in progress
- Automatically determine minimum WordPress version required for a plugin?
- Best Practices for Regression Testing WordPress Websites?
- Unit testing for plugin development
- Fastest way (least amount of steps) to locally import a remote database using WP-CLI
- Unit testing in the WordPress backend (is_admin() is true)
- Developing, Testing and Releasing
- Show different theme for admin?
- Vagrant script to setup all the common PHP / WordPress version combinations
- Proper unit testing in WordPress
- Unit tests – Dealing with dependencies
- PHP unit testing WordPress?
- Writing test cases for a WordPress Plugin that has translations
- Creating Unique Post URLs for A/B Testing… Is this even possible?
- How to delete the Hello Dolly plugin automatically?
- Tutorials for Unit-Testing in WordPress and for unit-test.svn.wordpress.org?
- PHPUnit testing WordPress Plugin
- Automatically create child pages when saving a (parent) page
- Programmatically create blogs with dummy content on a WPMU site
- Multisite/network–automatic self-registration, blog setup
- Can I get at WordPress code from inside a Selenium test?
- How to add/assign or change featured image in post programmatically?
- Automatically remove trashed pages from nav menu
- Send automatic mail to Admin when user/member changes/adds profile
- Automating deprecated call checks?
- Delete expired posts after a number of days after they expired
- Using wp_mail during an integration test
- Theme Check gives: Required: This theme doesn’t seem to display tags?
- Is there an A/B testing plugin that lets you vary the heading, featured image, and content in a WordPress post?
- Why Can’t PHPUnit UnitTest My WordPress Website
- A Way to Auto update plugins using cron?
- Generate WP-CLI @alias for each site on multisite
- WP_UnitTestCase missing?
- Automatically Creating Posts for Popular Forum Topics or Products [closed]
- How to transfer changes from test environment to live site?
- Automating a Daily Picture Blog?
- Revert WordPress default options after a PHPUnit test has run
- XMLRPC and Underscored custom fields
- Downsizing Many Large Images Attached to Posts, in Bulk?
- 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?
- Shortest possible shell script to install WordPress on Nginx server?
- Posts to expire (deleted) after a date
- Automatically set page order on create page
- Repeatable configuration package
- How can I debug my database connection for unit testing?
- Plugin to set all Posts in a certain Category to a certain Post Format
- Activate different theme for temporary preview
- Does wordpress allow me to add a php file to the root directory to execute custom scripts?
- How to disable redirect on test/staging copy of wordpress site
- Sample — test — data for large WordPress install
- How to run a test WordPressMu to WordPress3 update?
- Plugin for automated upgrade of WordPress core and it’s plugins?
- How to add multiple existing users to a multisite site?
- Force update all posts in custom post type, no content changes
- How to add an image for unit testing?
- Programatically Creating Initial WordPress Site
- How to login to WordPress site using basic authentication HTTP headers?
- Why is WP_Mock not used instead of WP_UnitTestCase for writing unit tests by most plugins?
- automated tests as a user?
- Duplicate a WordPress Install for Testing Purposes
- Disable automatic content hyperlinking
- How can I create podcast posts automatically from the contents of a particular directory?
- PHP logging framework to be used with WordPress
- Scrape data from a website and post it on the blog
- Deploy WordPress From Local Docker to Hosting Provider